Skip to content

Commit

Permalink
Merge pull request #13 from maikschneider/release-2.2.1
Browse files Browse the repository at this point in the history
release 2.2.1
  • Loading branch information
github-actions[bot] committed Mar 6, 2023
2 parents f53a8be + 0680df5 commit c44ba0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions Configuration/TypoScript/setup.typoscript
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
lib.contentElement {
templateRootPaths.310 = EXT:bw_static_template/Resources/Private/Templates/
templateRootPaths.311 = {$plugin.tx_bwstatictemplate.view.templateRootPath}
partialRootPaths.310 = EXT:bw_static_template/Resources/Private/Partials/
partialRootPaths.311 = {$plugin.tx_bwstatictemplate.view.partialRootPath}
layoutRootPaths.310 = EXT:bw_static_template/Resources/Private/Layouts/
layoutRootPaths.311 = {$plugin.tx_bwstatictemplate.view.layoutRootPath}
}

tt_content {
bw_static_template =< lib.contentElement
bw_static_template {

templateRootPaths.310 = EXT:bw_static_template/Resources/Private/Templates/
templateRootPaths.311 = {$plugin.tx_bwstatictemplate.view.templateRootPath}
partialRootPaths.310 = EXT:bw_static_template/Resources/Private/Partials/
partialRootPaths.311 = {$plugin.tx_bwstatictemplate.view.partialRootPath}
layoutRootPaths.310 = EXT:bw_static_template/Resources/Private/Layouts/
layoutRootPaths.311 = {$plugin.tx_bwstatictemplate.view.layoutRootPath}

templateName.data = field:header
templateName.stdWrap.postUserFunc = Blueways\BwStaticTemplate\UserFunc\ContentElementUserFunc->getTemplateName

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
'author' => 'Maik Schneider',
'author_email' => '[email protected]',
'author_company' => 'XIMA MEDIA GmbH',
'version' => '2.2.0',
'version' => '2.2.1',
];

0 comments on commit c44ba0d

Please sign in to comment.