Project

General

Profile

Actions

Feature #84250

closed

Separatly enable / disable "Add media by URL" and "Select & upload files"

Added by Jan Kornblum about 6 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #72605: InlineControlContainer unnecessary dependency causes ProblemsClosed2016-01-08

Actions
Actions

Also available in: Atom PDF