Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created May 28, 2015 06:44
Show Gist options
  • Save ABooooo/70dd5bece5cebe6b847e to your computer and use it in GitHub Desktop.
Save ABooooo/70dd5bece5cebe6b847e to your computer and use it in GitHub Desktop.
Add custom header tags / style
#header styles
lib.stdheader.10.10 < lib.stdheader.10.1
lib.stdheader.10.10 {
dataWrap = <h1>|</h1>
}
lib.stdheader.10.11 < lib.stdheader.10.1
lib.stdheader.10.11 {
dataWrap = <h2>|</h2>
}
lib.stdheader.10.12 < lib.stdheader.10.1
lib.stdheader.10.12 {
dataWrap = <p>|</p>
}
# include in TSConfig under resourses (directly on root)
TCEFORM.tt_content.header_layout {
addItems {
10 = H1
11 = H2
12 = p
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment