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)
When I install this extension via composer req it resolves to a directory named ext/typo3_dp_cookieconsent - which is not resolvable via TS like this EXT:dp_cookieconsent/Resources/Private/Layouts/Cookie.html. Is there something wrong about composer on my end or should this be added to the extensions composer.json that its directory name is without "typo3-" prefix (if there is such configuration available)
When I install this extension via
composer req
it resolves to a directory namedext/typo3_dp_cookieconsent
- which is not resolvable via TS like thisEXT:dp_cookieconsent/Resources/Private/Layouts/Cookie.html
. Is there something wrong about composer on my end or should this be added to the extensions composer.json that its directory name is without"typo3-"
prefix (if there is such configuration available)