I have a TYPO3 installation with DAM, where some folders/files are managed by git repository (ie. fileadmin/templates/*
), therefore I'd like to disable access to them from DAM and/or File module even for full backend admin to avoid conflicts in files changed through the backend. Of course I can't change the folder's permissions as they contains also public assets.
What is the correct way, to hide or disable writes from backend?