Bug #52946
closedExtensionUtility::configurePlugin doesn't set typoscript
0%
Description
Upgrading to 6.2 beta 1 I've experienced that
TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin -> \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScript doesn't register/writes the typoscript to the TypoScript Object Browser.
It writes it very well to $GLOBALS['TYPO3_CONF_VARS']['FE']['defaultTypoScript_' . $type . '.']
This seems to be a issue for Extbase only extension as EXT:gridelements got it's typoscript written as it used to
Updated by Soren Malling about 11 years ago
Title is wrong, is was TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin and not the registerPlugin function
Updated by Markus Klein about 11 years ago
- Subject changed from TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin doesn't set typoscript to ExtensionUtility::configurePlugin doesn't set typoscript
Updated by Jo Hasenau about 11 years ago
FYI: Gridelements does not use addTypoScript at all, but uses addStaticFile instead.
I think the difference is, that you have to include the static file then, while addTypoScript would insert the TS-code directly.
Updated by Daniel Siepmann almost 11 years ago
Adding a line to add it to the static typoscript FILE will work:
$GLOBALS['TYPO3_CONF_VARS']['FE']['defaultTypoScript_' . $type . '.']['cssstyledcontent/static/v4.6/'] .= $content;
That's not a fix, but workaround where you've to change the core.
I try to figure out what's the problem.
A better way, working for me, is to edit em_conf of your extension and add css_styled_content as depends.
Hope the bug will be solved soon, so we don't have to add the core extension as dependency.
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
Hey Daniel,
any progress here?
Updated by Daniel Siepmann almost 10 years ago
No sorry. I went on to other issues.
Updated by Daniel Siepmann over 9 years ago
As mentioned in slack, my opinion would be to add css_styled_content as suggested into ext_emconf of extbase. As css_styled_content is just one way to display content of TYPO3, and extbase supports this way, it is no dependency.
We just need to take care, whether PackageStates.php will follow the suggestions as it follows the dependencies.
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to New
Updated by Benni Mack almost 6 years ago
- Status changed from New to Needs Feedback
- Assignee deleted (
Mathias Schreiber)
Hi Soren,
can you check if this issue still exists now with TYPO3 v8 and TYPO3 v9 and fluid_styled_content?
Updated by Riccardo De Contardi almost 6 years ago
- Status changed from Needs Feedback to Closed
@Søren Vedel Malling Hi and thank you for your kind and quick answer;
Closed in agreement with the reporter.
Thanks again
R.