Skip to content

Commit

Permalink
[TASK] Use SiteConfiguration for website title in standalone mode
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jun 21, 2021
1 parent 9ac8cb3 commit 8e66e97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Configuration/DataHandler/BlogSetupRecords.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
$data['sys_template']['NEW_SysTemplate'] = [
'pid' => 'NEW_blogRoot',
'title' => 'Blog',
'sitetitle' => 'Blog with TYPO3',
'root' => 1,
'clear' => 3,
'include_static_file' => 'EXT:blog/Configuration/TypoScript/Standalone/',
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TypoScript/Standalone/setup.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ page {
rootPage = TEXT
rootPage.data = leveluid:0
siteTitle = TEXT
siteTitle.data = TSFE:tmpl|setup|sitetitle
siteTitle.data = siteLanguage:websiteTitle//site:websiteTitle//site:identifier
copyright = TEXT
copyright.value = {$page.theme.copyright}
}
Expand Down

0 comments on commit 8e66e97

Please sign in to comment.