Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
demo.typo3.org
demo.typo3.org TYPO3 Installation
Commits
b820c475
Commit
b820c475
authored
Dec 08, 2020
by
David Steeb
Browse files
[TASK] Set clear cache command for faq
Related: T3DEMO-270
parent
7241b626
Pipeline
#10164
passed with stage
in 1 minute and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/site_t3demo/Configuration/PageTsConfig/TCEFORM.tsconfig
View file @
b820c475
...
...
@@ -36,7 +36,6 @@ TCEFORM.pages {
newUntil.disabled = 1
content_from_pid.disabled = 1
cache_timeout.disabled = 1
cache_tags.disabled = 1
php_tree_stop.disabled = 1
module.disabled = 1
l18n_cfg.disabled = 1
...
...
src/extensions/site_t3demo/Configuration/PageTsConfig/main.tsconfig
View file @
b820c475
...
...
@@ -31,3 +31,8 @@ TCEMAIN.translateToMessage >
TCEMAIN.table.pages.disablePrependAtCopy = 1
TCEMAIN.table.tt_content.disablePrependAtCopy = 1
# clear cache for faqs when editing something in the faq sys folder
[page["uid"] == 36]
TCEMAIN.clearCacheCmd = cacheTag:faq
[end]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment