projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[BUGFIX] Remove caches for page title and meta tag
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
core
/
Tests
/
Functional
/
Fixtures
/
Extensions
/
test_meta
/
Configuration
/
TypoScript
/
page1.typoscript
1
config.pageTitleProviders {
2
testMetaProvider {
3
provider = TYPO3\CMS\TestMeta\PageTitle\CustomPageTitleProvider
4
before = record
5
after = altPageTitle
6
}
7
}
8
9
page = PAGE
10
page.5 = TEXT
11
page.5.value = MetaData-Test
12
page.5.stdWrap.wrap = <h1>|</h1>