Actions
Feature #82019
openAccept array instead of CSV in TCA
Status:
New
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2017-08-01
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
There are various locations in TCA which require a CSV string of values, e.g. ctrl/searchFields
or types/N/showitem
.
To make it easer to handle this e.g. in Git one can use a multi-line string or the implode()
function to convert an array of strings back to an CSV string.
Arrays of strings should be supported natively here to streamline TCA config.
Updated by Susanne Moog over 4 years ago
- Category set to System/Bootstrap/Configuration
Actions