Skip to content

Commit

Permalink
Fix TypoScript indentation levels
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Aug 26, 2021
1 parent 486d959 commit a6b2970
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Configuration/TypoScript/setup.typoscript
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
plugin.tx_tea {
view {
templateRootPath = {$plugin.tx_tea.view.templateRootPath}
partialRootPath = {$plugin.tx_tea.view.partialRootPath}
layoutRootPath = {$plugin.tx_tea.view.layoutRootPath}
templateRootPath = {$plugin.tx_tea.view.templateRootPath}
partialRootPath = {$plugin.tx_tea.view.partialRootPath}
layoutRootPath = {$plugin.tx_tea.view.layoutRootPath}
}

persistence {
storagePid = {$plugin.tx_tea.persistence.storagePid}
storagePid = {$plugin.tx_tea.persistence.storagePid}
}

settings {
singleViewPageUid = {$plugin.tx_tea.settings.singleViewPageUid}
singleViewPageUid = {$plugin.tx_tea.settings.singleViewPageUid}
}
}

0 comments on commit a6b2970

Please sign in to comment.