WIP Debootstrapify
This commit is contained in:
+2
-2
@@ -110,8 +110,8 @@ mod {
|
||||
elements {
|
||||
gmap {
|
||||
iconIdentifier = content-ep_theme-ce
|
||||
title = Google Map
|
||||
description = Google Map für Hotel oder Gebiet
|
||||
title = OSM Map
|
||||
description = OSM Map für Hotel oder Gebiet
|
||||
tt_content_defValues.CType = gmap
|
||||
}
|
||||
contact {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user