TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:00 +02:00
commit f9941541b7
1178 changed files with 135377 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
options.enableBookmarks = 1
# Default bookmark groups (can be disabled by setting to 0 or empty)
options.bookmarkGroups {
1 = core.bookmarks:group_pages
2 = core.bookmarks:group_records
3 = core.bookmarks:group_files
4 = core.bookmarks:group_tools
5 = core.bookmarks:group_miscellaneous
}
options.pageTree {
searchInTranslatedPages = 1
searchByFrontendUri = 1
}
options.contextMenu {
table {
pages {
disableItems =
tree.disableItems =
}
sys_file {
disableItems =
tree.disableItems =
}
sys_filemounts {
disableItems =
tree.disableItems =
}
}
}