Project

General

Profile

Actions

Bug #56570

closed

No rendering definition for CE / no list for plugins if csc is includes with INCLUDE_TYPOSCRIPT

Added by Jan Kiesewetter about 10 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-03-05
Due date:
% Done:

0%

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

Description

If you use

<INCLUDE_TYPOSCRIPT: source="FILE:EXT:css_styled_content/static/setup.txt">

to include csc in a distribution package, all plugins / CE configuration added with
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
    'T3see.' . $_EXTKEY,
    'Slider',
    array(
        'Slider' => 'show'
    ),
    // non-cacheable actions
    array(),
    \TYPO3\CMS\Extbase\Utility\ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT
);

or
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
    'T3see.' . $_EXTKEY,
    'Pi1',
    array(
        'Map' => 'show'
    ),
    // non-cacheable actions
    array(),
    \TYPO3\CMS\Extbase\Utility\ExtensionUtility::PLUGIN_TYPE_PLUGIN
);


are overridden.

A solution would be to include TypoScript from ExtensionUtility::configurePlugin after ExtensionManagementUtility::addStaticFile.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #55942: More robust way of appending TypoScript to contentrendering templatesClosedBenni Mack2014-02-12

Actions
Has duplicate TYPO3 Core - Bug #56701: Static template of css_styled_content can no longer be included using <INCLUDE_TYPOSCRIPT>Closed2014-03-10

Actions
Actions #1

Updated by Mathias Schreiber about 9 years ago

  • Status changed from New to Closed

dupe

Actions

Also available in: Atom PDF