Actions
Feature #84250
closedSeparatly enable / disable "Add media by URL" and "Select & upload files"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2018-03-13
Due date:
% Done:
100%
Estimated time:
PHP Version:
7.2
Tags:
Complexity:
Sprint Focus:
Description
The BE buttons ("Add media by URL" and "Select & upload files") for a FAL field can currently only be enabled / disabled at once:
TCEFORM.mytable.config.appearance.fileUploadAllowed = 1
It would be nicer to individually enable / disabled them per button. For example by three separate settings:
TCEFORM.mytable.config.appearance.fileBrowseAllowed = 1|0
TCEFORM.mytable.config.appearance.fileSelectAndUploadAllowed = 1|0
TCEFORM.mytable.config.appearance.fileAddMediaByUrlAllowed = 1|0
Files
Actions