Actions
Bug #54076
closedkey 'default' in options.backendLayout.exclude doesn't work
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2013-11-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The proposed documentation for options.backendLayout.exclude states you can use:
options.backendLayout.exclude = default__1,default__2
This doesn't work.
What works is:
options.backendLayout.exclude = 1,2
Question is: Should we change behavior or documentation?
Actions