Initial commit
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
config {
|
||||
concatenateJs = 1
|
||||
compressJs = 1
|
||||
compressCss = 1
|
||||
concatenateCss = 1
|
||||
}
|
||||
|
||||
page {
|
||||
logo {
|
||||
file = EXT:base_design/Resources/Public/Images/logo.png
|
||||
fileInverted = EXT:base_design/Resources/Public/Images/logo.png
|
||||
}
|
||||
|
||||
theme {
|
||||
cookieconsent {
|
||||
enable = 0
|
||||
}
|
||||
navigation {
|
||||
type = top
|
||||
}
|
||||
breadcrumb {
|
||||
enable = 0
|
||||
}
|
||||
language {
|
||||
enable = 0
|
||||
}
|
||||
meta {
|
||||
enable = 0
|
||||
}
|
||||
copyright {
|
||||
# cat=bootstrap package: copyright/169/120; type=boolean; label=Copyright: Enable to display the copyright
|
||||
enable = 1
|
||||
# cat=bootstrap package: copyright/169/121; type=string; label=Copyright Text
|
||||
text = © Copyright 2024 <b>Cloonar Technologies GmbH</b>
|
||||
}
|
||||
googleFont {
|
||||
enable = 0
|
||||
}
|
||||
}
|
||||
fluidtemplate {
|
||||
templateRootPath = EXT:base_design/Resources/Private/Templates/Page/
|
||||
partialRootPath = EXT:base_design/Resources/Private/Partials/Page/
|
||||
layoutRootPath = EXT:base_design/Resources/Private/Layouts/Page/
|
||||
}
|
||||
}
|
||||
|
||||
plugin.tx_news {
|
||||
settings {
|
||||
list.media.image {
|
||||
maxWidth = 200c
|
||||
maxHeight = 200c
|
||||
}
|
||||
detail.media.image.lightbox {
|
||||
enabled = 0
|
||||
class = lightbox
|
||||
width = 800m
|
||||
height = 600m
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
plugin.tx_indexedsearch.settings.targetPid = 10
|
||||
|
||||
plugin.bootstrap_package {
|
||||
settings {
|
||||
scss {
|
||||
primary = #ed1847
|
||||
secondary = #ffffff
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user