Skip to content

Commit

Permalink
Split up bootstrap style and standard style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Purrmann committed Apr 4, 2016
1 parent d7cfbb7 commit 47fd9f0
Show file tree
Hide file tree
Showing 184 changed files with 3,520 additions and 568 deletions.
10 changes: 10 additions & 0 deletions Configuration/TypoScript/Bootstrap/constants.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
plugin.tx_typo3forum {
view {
# cat=typo3_forum: config/100/100; type=string; label=TemplateRootPath
templateRootPath = EXT:typo3_forum/Resources/Private/Templates/Bootstrap
# cat=typo3_forum: config/100/110; type=string; label=PartialRootPath
partialRootPath = EXT:typo3_forum/Resources/Private/Partials/Bootstrap
# cat=typo3_forum: config/100/120; type=string; label=LayoutRootPath
layoutRootPath = EXT:typo3_forum/Resources/Private/Layouts/Bootstrap
}
}
6 changes: 3 additions & 3 deletions Configuration/TypoScript/constants.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugin.tx_typo3forum {
view {
# cat=typo3_forum: config/100/100; type=string; label=TemplateRootPath
templateRootPath = EXT:typo3_forum/Resources/Private/Templates
templateRootPath = EXT:typo3_forum/Resources/Private/Templates/Standard
# cat=typo3_forum: config/100/110; type=string; label=PartialRootPath
partialRootPath = EXT:typo3_forum/Resources/Private/Partials
partialRootPath = EXT:typo3_forum/Resources/Private/Partials/Standard
# cat=typo3_forum: config/100/120; type=string; label=LayoutRootPath
layoutRootPath = EXT:typo3_forum/Resources/Private/Layouts
layoutRootPath = EXT:typo3_forum/Resources/Private/Layouts/Standard
}

persistence {
Expand Down
Loading

0 comments on commit 47fd9f0

Please sign in to comment.