Actions
Bug #81123
closedAllowed content elements in backend layout doesn't work
Start date:
2017-05-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If I add a backend layout in the backend or with PageTSConfig and set some allowed content types, this allowed section is ignored and all elements are shown, when adding a content element in this area.
My PageTSConfig:
mod { web_layout { BackendLayouts { home { title = LLL:....home config { backend_layout { colCount = 1 rowCount = 1 rows { 1 { columns { 1 { name = LLL:...home_banner colPos = 1 allowed = header } } } } } } } } } }
Thanks a lot for your help!
Updated by Björn Jacob over 7 years ago
- Status changed from New to Needs Feedback
- Assignee set to Angela Dudtkowski
IMHO this is not a core feature. The "allowed" function is a feature of gridelements. Please test the behaviour with gridelements installed.
Updated by Georg Ringer over 7 years ago
- Status changed from Needs Feedback to Rejected
Actions