Actions
Feature #75196
closedAdd possibility to hide elements in FlexForm Array
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-03-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Elements in flexform array have 2 options, first one for removing, second for reordering elements, I wonder why there is no option to hide element ?
This option will bring more powerful widget for editors.
Please consider to add this option to next LTS version which want to ensure a better user experience for editors and integrators.
Files
Updated by Xavier Perseguers over 8 years ago
- Status changed from New to Rejected
This won't be implemented since this is related to sections and definitely not stored the same way as standard records.
However you could easily implement such a feature by adding a "hidden" checkbox to the fields of your flexform and check it when rendering contents.
Actions