Bug #62682
Epic #61834: Create future proof Content Element with strong default
Task #61836: Reorganize Content Element properties within backend Extension
Task #61842: Refactor CSS-Styled-Content + Content Elements
Separate core and css_styled_content
Status: | Closed | Start date: | 2014-11-04 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Patrick Broens | % Done: | 0% |
|
Category: | Content Rendering | Spent time: | - | |
Target version: | 7.2 (Frontend) | |||
TYPO3 Version: | 7 | Is Regression: | No | |
PHP Version: | Sprint Focus: | On Location Sprint | ||
Complexity: | medium |
Description
Make it possible to replace css_styled_content with another extension providing content elements without cluttering database and unused definitions and methods.
Keep only the necessary basic properties for content elements:- Authoring (user, tstamp, time)
- Hierarchy (position, sorting, parent page)
- Visibility (frontend user access, access time)
- Channel (language, workspace)
- Move tt_content table definition to css_styled_content, except for fields mentioned above.
- Move relevant TCA to css_styled_content. Keep the basic properties in “frontend”.
- Move language labels, used in TCA, to css_styled_content.
- Move user functions, used in TCA, to css_styled_content.
- Move images, used in TCA, to css_styled_content.
- Move the content preview for content elements in tx_cms_layout::tt_content_drawItem to css_styled_content
Related issues
History
#1 Updated by Mathias Schreiber 7 months ago
- Target version changed from 7.0 to 7.1 (Cleanup)
#2 Updated by Mathias Schreiber 7 months ago
- Target version changed from 7.1 (Cleanup) to 7.2 (Frontend)
#3 Updated by Mathias Schreiber 5 months ago
- Sprint Focus set to On Location Sprint
#4 Updated by Patrick Broens 4 months ago
- Status changed from New to Closed
Closed, since this work is done in #65922