bookmark-pages/Configuration/TypoScript/constants.typoscript

17 lines
1.0 KiB
Plaintext
Raw Normal View History

2021-08-16 16:15:21 +02:00
plugin.tx_wsbookmarkpages {
view {
# cat=plugin.tx_wsbookmarkpages/file; type=string; label=Path to template root (FE)
2021-08-17 19:45:38 +02:00
templateRootPath = EXT:bookmarks_likes_ratings/Resources/Private/Templates/
2021-08-16 16:15:21 +02:00
# cat=plugin.tx_wsbookmarkpages/file; type=string; label=Path to template partials (FE)
2021-08-17 19:45:38 +02:00
partialRootPath = EXT:bookmarks_likes_ratings/Resources/Private/Partials/
2021-08-16 16:15:21 +02:00
# cat=plugin.tx_wsbookmarkpages/file; type=string; label=Path to template layouts (FE)
2021-08-17 19:45:38 +02:00
layoutRootPath = EXT:bookmarks_likes_ratings/Resources/Private/Layouts/
2021-08-16 16:15:21 +02:00
}
settings {
# cat=plugin.tx_wsbookmarkpages/general; type=boolean; label=Store bookmarks local:If set the bookmarks will be stored in the local storage from the clients browser.
storeLocal = 1
# cat=plugin.tx_wsbookmarkpages/general; type=int; label=Local storage TTL (s):Time in seconds bookmarks might be read from the browsers local storage before they get queried from the server. Just used when storeLocal is set.
localStorageTTL = 3600
}
}