Bug #70043
closedElement of fluid_styled_content are missing in NewContentElementWizard
0%
Description
When using the new fluid_styled_content I guess you can uninstall css_styled_content, as all you need should be handled by fluid_styled_content. But the elements of fluid_styled_content aren't displayed in the NewContentElementWizard. I compared the two extensions and found the following snippet in the ext_localconf.php of css_styled_content:
// Include new content elements to modWizards \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig('<INCLUDE_TYPOSCRIPT: source="FILE:EXT:css_styled_content/Configuration/PageTSconfig/NewContentElementWizard.ts">');
This part is missing in fluid_styled_content. Should be added there too (with changed file path of course).
Updated by Stephan Großberndt about 9 years ago
- Status changed from New to Closed
This is on purpose as you will run into problems if both "css_styled_content" and "fluid_styled_content" are installed and used in different trees of the website.
You have to add the pageTS yourself in the root record as mentioned in the RST:
In order to have Fluid Styled Content running, add the TypoScript file inside the Template module, and the PageTSconfig file on the page properties.
Updated by Sven Burkert about 9 years ago
BTW: This is configurable now in the Extension Manager configuration or you can add it in the page properties in tab "Resources" in "Include Page TSConfig (from extensions)"