Project

General

Profile

Actions

Bug #32946

closed

Core has a XML syntax dependency on templavoila

Added by Benni Mack almost 13 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-01-03
Due date:
% Done:

100%

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

Description

The TYPO3 core still uses "tx_templavoila" in a XML structure for referencing the title for a structure like FlexForms with sections etc. This means that code always looks / looked like this:
<tx_templavoila>
<title>ABCDEF</title>
</tx_templavoila>

you can see this in EXT:cms/flexform_media.xml.

The change in the Core is to support the new format (without nesting in tx_templavoila) and deprecate but still support the old format (see above).

Actions

Also available in: Atom PDF