-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Add exemplary site set settings definition
This showcases how the actual site set settings definition set of settings can be set in the documentation of auto-generated settable site set settings.
- Loading branch information
1 parent
48ed2b9
commit 412b32e
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
settings: | ||
example.output.view.templateRootPath: | ||
default: 'EXT:example/Resources/Private/Templates/' | ||
label: 'Path to template root (FE)' | ||
type: string | ||
description: '' | ||
example.output.view.partialRootPath: | ||
default: 'EXT:example/Resources/Private/Partials/' | ||
label: 'Path to template partials (FE)' | ||
type: string | ||
description: '' | ||
example.output.view.layoutRootPath: | ||
default: 'EXT:example/Resources/Private/Layouts/' | ||
label: 'Path to template layouts (FE)' | ||
type: string | ||
description: '' | ||
example.output.pages.excludedDoktypes: | ||
default: '3, 4, 6, 7, 199, 254' | ||
label: 'Doktypes to exclude' | ||
type: string | ||
description: '' | ||
example.output.pages.excludePagesRecursive: | ||
default: '' | ||
label: 'List of page uids which should be excluded recursive' | ||
type: string | ||
description: '' | ||
example.output.pages.additionalWhere: | ||
default: "{#no_index} = 0 AND {#canonical_link} = ''" | ||
label: 'Additional where clause' | ||
type: string | ||
description: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters