Bug #52946
closed
ExtensionUtility::configurePlugin doesn't set typoscript
Added by Soren Malling about 11 years ago.
Updated almost 6 years ago.
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
Title is wrong, is was TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin and not the registerPlugin function
- Subject changed from TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin doesn't set typoscript to ExtensionUtility::configurePlugin doesn't set typoscript
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.
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.
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
Hey Daniel,
any progress here?
No sorry. I went on to other issues.
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.
- Status changed from Needs Feedback to New
- 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?
This issue can be closed :)
- 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.
Also available in: Atom
PDF