Actions
Feature #76671
closedStory #69712: Further FormEngine development
columnsOverrides does not affect newly added inline elements
Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2016-06-17
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.5
Tags:
Complexity:
hard
Sprint Focus:
Description
In 7.6 I'm using the "columnsOverrides" feature to remove the link and description fields from tt_content's image field for certain ctypes, like so;
$GLOBALS['TCA']['tt_content']['ctrl']['types']['bootstrap_package_post']['columnsOverrides']['image']['config']['foreign_types'][\TYPO3\CMS\Core\Resource\File::FILETYPE_IMAGE]['showitem']='title,alternative,crop,--palette--;;filePalette';
This works perfectly when I go to edit an element with an image already attached.
But when I add a new image (before saving) the link and description fields are shown until I save.
Actions