Created
May 28, 2015 06:44
-
-
Save ABooooo/70dd5bece5cebe6b847e to your computer and use it in GitHub Desktop.
Add custom header tags / style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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