benjaminkott/packagebuilder

ContentElements in Sitepackage not used

LMSBrubaker opened this issue · 1 comments

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/
}
}

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