Skip to content

Instantly share code, notes, and snippets.

View Apen's full-sized avatar

CERDAN Yohann Apen

View GitHub Profile
@georgringer
georgringer / setup.typoscript
Last active September 18, 2019 07:37
Google Tag Manager with CMS 9. The Site module is extended to allow site admins to edit the GTM code
page {
headerData.50 = TEXT
headerData.50 {
if.isTrue.data = site:googleTagManager
stdWrap.replacement {
10 {
search = ###CODE###
replace.data = site:googleTagManager
}