I have correctly installed 3 extensions in TYPO3 v11:
- Bootstrap Package
- distri_cdg82
- base_theme
The last 2 were created on sitepackagebuilder.
In the TYPO3 backend of my project, I went into Template => Info/Modify => Edit the whole template record => Includes.
In "Include static (from extensions)" section, I have selected the 3 extensions (see photo).
I expect the following behavior: base_theme
overrides distri_cdg82
which overrides bootstrap_package
. And of course, only for the files added.
So, it works when I add for example something in base_theme/Ressources/Templates/ContentElements/Example.html
But, if my base_theme/Ressources/Templates
folder is empty and I add something in distri_cdg82/Ressources/Templates/ContentElements/Example.html
, this file should appear but is not...
So I need someone's help!
I guess I miss something in setup.typoscript files or something.