Skip to content
GitLab
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
0b6cbfe4
Commit
0b6cbfe4
authored
Dec 08, 2020
by
Benni Mack
Browse files
Merge branch 'T3DEMO-270' into 'main'
[TASK] Set clear cache command for faq See merge request
!20
parents
cc1bac20
b820c475
Pipeline
#10167
passed with stages
in 4 minutes and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/site_t3demo/Configuration/PageTsConfig/TCEFORM.tsconfig
View file @
0b6cbfe4
...
...
@@ -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 @
0b6cbfe4
...
...
@@ -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
Supports
Markdown
0%
Try again
or
attach a new 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