Actions
Feature #39081
closedDisable Upload form in TCA form globaly
Start date:
2012-07-19
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently to disable to form upload in TCA form we must use the disable_controls key in the config array. On some TYPO3 installation it's part of the project guidline, that the user must upload files to fileadmin, before using them.
Disabling upload control, for each field is error prone. So a global User TSConfig can be a good idea
options.disableUploadControlInTcaForm = 1
Actions