Skip to main content

Questions tagged [web-asset-manager]

Filter by
Sorted by
Tagged with
1 vote
1 answer
193 views

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 ...
ca hoang's user avatar
0 votes
1 answer
159 views

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....
Peli's user avatar
  • 103
2 votes
2 answers
203 views

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 ...
rhuijben's user avatar
0 votes
1 answer
134 views

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, ...
mavrosxristoforos's user avatar