title | issue | author | author_email | author_github |
---|---|---|---|---|
Add support for a html page in plugins |
NEXT-18120 |
Jannis Leifeld |
Jannis Leifeld |
- Added the possibility to use a HTML page in your plugins. To do this you just need to create a
index.html
file in thesrc/Resources/app/administration
folder in your plugin. The page can be accessed by this URLhttp://your-shop.com/bundles/yourplugin/administration/index.html
. This can be useful for the new ExtensionAPI which will be developed soon. It allows using App functionalities inside normal plugins.