benjaminkott / packagebuilder

Sitepackage-Builder is your kickstarter for modern TYPO3 Theme development.
https://www.sitepackagebuilder.com
MIT License
31 stars 12 forks source link

ContentElements in Sitepackage not used #7

Closed LMSBrubaker closed 7 years ago

LMSBrubaker commented 7 years ago

FILE: packagebuilder/src/BK2K/Sitepackage/GeneratorBundle/Resources/skeletons/BaseExtension/bootstrap_package/Configuration/TypoScript/constants.txt.twig

########################

CONTENT ELEMENTS

######################## plugin.bootstrap_package_contentelements { view { layoutRootPath = EXT:{{ package.extensionKey }}/Resources/Private/Layouts/ partialRootPath = EXT:{{ package.extensionKey }}/Resources/Private/Partials/ templateRootPath = EXT:{{ package.extensionKey }}/Resources/Private/Templates/ } }

Should be: plugin.bootstrap_package_contentelements { view { layoutRootPath = EXT:{{ package.extensionKey }}/Resources/Private/Layouts/ContentElements/ partialRootPath = EXT:{{ package.extensionKey }}/Resources/Private/Partials/ContentElements/ templateRootPath = EXT:{{ package.extensionKey }}/Resources/Private/Templates/ContentElements/ } }

benjaminkott commented 7 years ago

@LMSBrubaker thx for pointing this out, fix will be deployed by travis