WIP Debootstrapify

This commit is contained in:
Björn Fromme
2021-07-30 17:11:24 +02:00
parent 89cf9bd525
commit 141e53b745
70 changed files with 11887 additions and 2496 deletions
@@ -20,5 +20,4 @@ tt_content.gmap {
as = region
}
}
settings.googleMapsApiKey = {$plugin.tx_eptheme.settings.googleMapsApiKey}
}
@@ -5,11 +5,25 @@ page {
X-UA-Compatible = ie=edge
}
bodyTagCObject = TEXT
bodyTagCObject.stdWrap.noTrimWrap = |<body class="antialiased text-gray-800 font-sans |">|
bodyTagCObject.stdWrap.field = tx_eptheme_bodyclass
bodyTagCObject.stdWrap.override = {$plugin.tx_eptheme.settings.defaultBodyclass}
bodyTagCObject.stdWrap.override.if.isFalse.field = tx_eptheme_bodyclass
bodyTagCObject = COA
bodyTagCObject {
10 = TEXT
10.value = <body class="antialiased text-gray-800 font-sans
20 = TEXT
20 {
field = tx_eptheme_bodyclass
if.isTrue.field = tx_eptheme_bodyclass
noTrimWrap = | ||
}
30 = TEXT
30 {
value = {$plugin.tx_eptheme.settings.themekey}
if.isTrue = {$plugin.tx_eptheme.settings.themekey}
noTrimWrap = | theme-||
}
40 = TEXT
40.value = ">
}
headerData.333 = TEXT
headerData.333.value (
@@ -138,6 +152,13 @@ page {
titleField = title
as = mobilenav
}
70 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor
70 {
special = rootline
special.range = 0|-1
includeNotInMenu = 1
as = breadcrumb
}
}
settings < plugin.tx_eptheme.settings