Daniel Siepmann
24e36f0882
Migrate deprecated https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.1/Deprecation-103211-DeprecatePageTreebackgroundColor.html
20 lines
443 B
Text
20 lines
443 B
Text
options {
|
|
pageTree {
|
|
showPageIdWithTitle = 1
|
|
searchInAlias = 1
|
|
label {
|
|
2 {
|
|
label = Blog Post
|
|
color = rgb(156, 217, 240);
|
|
}
|
|
39 {
|
|
label = Error Page
|
|
color = rgb(224, 150, 144);
|
|
}
|
|
45 {
|
|
label = Workshop
|
|
color = rgb(255, 227, 119);
|
|
}
|
|
}
|
|
}
|
|
}
|