Project

General

Profile

Actions

Bug #70044

closed

Typoscript for plugins not being generated when including static templates of fluid_styled_content in external files

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

Status:
Closed
Priority:
Must have
Assignee:
Category:
TypoScript
Target version:
Start date:
2015-09-23
Due date:
% Done:

100%

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

Description

I'm testing out fluid_styled_content and for this deactivated css_styled_content completely. I don't want to include the static template in the backend, but include it in an external typoscript file of my template. Like this:

<INCLUDE_TYPOSCRIPT: source="FILE:EXT:fluid_styled_content/Configuration/TypoScript/Static/setup.txt">

I'm also doing this with the constants of fluid_styled_content. I did this already with css_styled_content too before - without problems. When doing this with fluid_styled_content now, I have problems to add plugins on a page. In the backend this is no problem, but in the frontend I get errors like this:

#1253191023: TypoScript object path "tt_content.list.20.indexed_search" does not exist

Now when I add the static template in the backend, the error is gone and everything is fine. I think there is some generated typoscript missing, when including the static templates in an external file.

Actions

Also available in: Atom PDF