Add setting to disable searchbar globally
This commit is contained in:
@@ -126,6 +126,8 @@ plugin.tx_eptheme {
|
||||
ratingWidgetLabel = Reisebewertung
|
||||
# cat=eptheme/500/170; type=boolean; label=Hide area/top navigation
|
||||
hideAreaNavigation = 0
|
||||
# cat=eptheme/500/170; type=boolean; label=Hide searchbar
|
||||
hideSearchbar = 0
|
||||
|
||||
# cat=eptheme/800/100; type=boolean; label=Show 'skipass inklusive' badge
|
||||
showSkipassBadge = 1
|
||||
|
||||
@@ -56,6 +56,7 @@ plugin.tx_eptheme {
|
||||
searchPageHeaderImage = {$plugin.tx_eptheme.settings.searchPageHeaderImage}
|
||||
ratingWidgetLabel = {$plugin.tx_eptheme.settings.ratingWidgetLabel}
|
||||
hideAreaNavigation = {$plugin.tx_eptheme.settings.hideAreaNavigation}
|
||||
hideSearchbar = {$plugin.tx_eptheme.settings.hideSearchbar}
|
||||
showSkipassBadge = {$plugin.tx_eptheme.settings.showSkipassBadge}
|
||||
forcePartnerIdSelect = {$plugin.tx_eptheme.settings.forcePartnerIdSelect}
|
||||
contactFormToEmail = {$plugin.tx_eptheme.settings.contactFormToEmail}
|
||||
|
||||
Reference in New Issue
Block a user