23 lines
646 B
Plaintext
23 lines
646 B
Plaintext
############
|
|
### PAGE ###
|
|
############
|
|
page {
|
|
logo {
|
|
file = EXT:sitepackage/Resources/Public/Images/logo.svg
|
|
fileInverted = EXT:sitepackage/Resources/Public/Images/logo-inverted.svg
|
|
height = 52
|
|
width = 192
|
|
alt = Sitepackage
|
|
linktitle = Sitepackage
|
|
}
|
|
favicon {
|
|
file = EXT:sitepackage/Resources/Public/Icons/favicon.ico
|
|
}
|
|
fluidtemplate {
|
|
layoutRootPath = EXT:sitepackage/Resources/Private/Layouts/Page/
|
|
partialRootPath = EXT:sitepackage/Resources/Private/Partials/Page/
|
|
templateRootPath = EXT:sitepackage/Resources/Private/Templates/Page/
|
|
}
|
|
}
|
|
|