Project

General

Profile

Actions

Bug #70043

closed

Element of fluid_styled_content are missing in NewContentElementWizard

Added by Tobias Wollender over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Must have
Category:
Fluid Styled Content
Target version:
Start date:
2015-09-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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).


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #70162: Load Content Element Wizard TsConfig for fluid_styled_content per defaultClosedSascha Egerer2015-09-28

Actions
Actions #1

Updated by Stephan Großberndt over 8 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.

https://review.typo3.org/#/c/38258/79/typo3/sysext/core/Documentation/Changelog/master/Feature-38732-Fluid-basedContentElementsIntroduced.rst

Actions #2

Updated by Sven Burkert over 8 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)"

Actions

Also available in: Atom PDF