TYPO3 Extension: Enable a cookie consent box. Let you visitors control the usage of cookies and load script or content after a consent. (ePrivacy, TTDSG)
GNU Affero General Public License v3.0
32
stars
27
forks
source link
Rename files for v12.4 --- @import - setup.txt / constants.txt vs. setup.typoscript / constants.typoscript (#81686 / #82812?) #114
I had some problems in activating / loading dp_cookieconsent in current v12 LTS (12.4.0).
Site uses bolt, in backend no template includes of Extensions.
In sitepackage-EXT i used this includes (without effect):
@import 'EXT:dp_cookieconsent/Configuration/TypoScript/setup.txt'
@import 'EXT:dp_cookieconsent/Configuration/TypoScript/constants.txt'
First test: include in Backend typoscript template ... works, ok (but i need @import for EXT bolt)
For further testing, i copied setup and constants to setup.typoscript and constants.typoscript ... and included them:
@import 'EXT:dp_cookieconsent/Configuration/TypoScript/constants.typoscript'
@import 'EXT:dp_cookieconsent/Configuration/TypoScript/setup.typoscript'
-> this worked
I am not sure, did not find the specific breaking change, but maybe it would be useful to rename .txt to .typoscript or add any hints to documentation.
I had some problems in activating / loading dp_cookieconsent in current v12 LTS (12.4.0). Site uses bolt, in backend no template includes of Extensions.
In sitepackage-EXT i used this includes (without effect): @import 'EXT:dp_cookieconsent/Configuration/TypoScript/setup.txt' @import 'EXT:dp_cookieconsent/Configuration/TypoScript/constants.txt'
First test: include in Backend typoscript template ... works, ok (but i need @import for EXT bolt)
For further testing, i copied setup and constants to setup.typoscript and constants.typoscript ... and included them: @import 'EXT:dp_cookieconsent/Configuration/TypoScript/constants.typoscript' @import 'EXT:dp_cookieconsent/Configuration/TypoScript/setup.typoscript'
-> this worked
I am not sure, did not find the specific breaking change, but maybe it would be useful to rename .txt to .typoscript or add any hints to documentation.