Questions tagged [web-asset-manager]
The web-asset-manager tag has no summary.
4 questions
1
vote
1
answer
193
views
Error "WebAssetManager is locked, you came late"
I'm using Joomla 4.4, and this code to load a module to display it in a plugin with onAfterRender event.
echo JHtml::_('content.prepare', '{loadmoduleid 16}');
But the website say error ...
0
votes
1
answer
159
views
Loading a JS file with web asset manager for Bootstrap modal
I'm loading a Bootstrap modal file in HtmlView.php and then a js file to manage it with the following schema:
joomla.asset.json
...
"assets": [
{
"name": "almacen....
2
votes
2
answers
203
views
Can't use WebAsset useStyle in index.php in Joomla! 5
I am working on a Joomla! 5 compatible theme and want to use the WebAssetManager function in combination with joomla.asset.json to register and include theme assets. I am bumping into an issue where ...
0
votes
1
answer
134
views
How to use component's joomla.asset.json file in module?
I have a module in which I would like to add a stylesheet and a script. I am creating a lot of modules for this project, and I would like to use a centralized json file for my scripts and styles, ...