You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using TYPO3 v11 and the Klaro Consent Manager Extension in version 1.8.3.
Your extension overrides the Default.html layout file from FluidStyledContent:
ext/klaro_consent_manager/Resources/Private/Extensions/FluidStyledContent/Layouts/Default.html
In our custom extension, we also override this same file:
ext/MyExtension/Resources/Private/Extensions/fluid_styled_content/Layouts/Default.html
I have found a workaround where I can merge the contents of both Default.html files and replace the Klaro Consent Manager's version with this merged file. While this approach works as intended, it is not update-safe, as the Default.html file would be overwritten during an update.
Request:
Would it be possible to extend the configuration constants with something like fluidStyledContentLayouts? This would allow me to place the modified Default.html file in our custom extension without worrying about it being overwritten during updates.
Alternatively, is there another recommended approach to solving this issue? I am relatively new to TYPO3, so any guidance would be greatly appreciated.
Thank you for your support!
The text was updated successfully, but these errors were encountered:
As the contextual consent wrapper of the klaro extension for fluid styled content is located in the layout around the actual content, this section cannot be outsourced as far as I know. However, I will look at your request in detail after my holiday.
However, I now have another problem. I use the Ghostery Tracker in Firefox (almost 1 million users).
Unfortunately, this completely blocks the Klaro Typo3 extension. Our previous version, which only used klaro-js, is not blocked.
Are you aware of this behavior?
Best regards, Andreas
P.S. I have written a small js & php extension that downloads and displays the thumbnail img from You-Tube. If you are interested in the code, I would be happy to send it to you.
We are currently using TYPO3 v11 and the Klaro Consent Manager Extension in version 1.8.3.
Your extension overrides the Default.html layout file from FluidStyledContent:
ext/klaro_consent_manager/Resources/Private/Extensions/FluidStyledContent/Layouts/Default.html
In our custom extension, we also override this same file:
ext/MyExtension/Resources/Private/Extensions/fluid_styled_content/Layouts/Default.html
I have found a workaround where I can merge the contents of both Default.html files and replace the Klaro Consent Manager's version with this merged file. While this approach works as intended, it is not update-safe, as the Default.html file would be overwritten during an update.
Request:
Would it be possible to extend the configuration constants with something like fluidStyledContentLayouts? This would allow me to place the modified Default.html file in our custom extension without worrying about it being overwritten during updates.
Alternatively, is there another recommended approach to solving this issue? I am relatively new to TYPO3, so any guidance would be greatly appreciated.
Thank you for your support!
The text was updated successfully, but these errors were encountered: