Documentation
Difficulty level:
Configuration - Front Pages - Content Pages - Content Blok
This section only applies if the module Webbookings is active.
Can I add code to a content block?
Adding JavaScript code and other elements to content blocks is currently not officially supported. Although adding code is possible, there is no guarantee that it will work reliably now or in the future.
By using a "{LITERAL}" tag before and after the JavaScript code, you prevent our template variable editor from incorrectly modifying the JavaScript.
Example:
{literal} <script> </script> {/literal}
Do not use standard comment tags! <!-- -->