File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Make it possible to configure the default upload folder for a certain TCA column
55
66** How to use:**
77
8- 1 . Download form TER or require (` composer require beechit/default-upload-folder ` ) extension default_upload_folder
8+ 1 . Download from TER or require (` composer require beechit/default-upload-folder ` ) extension default_upload_folder
992 . Install extension default_upload_folder via the extension manager
10103 . Create the default folders or the folder is automatically created * (Editors needs access to storage and the folder root)*
11114 . Add configuration to pageTs
@@ -28,13 +28,13 @@ Make it possible to configure the default upload folder for a certain TCA column
2828
2929** FAQ**
3030
31- _ What happens when the user does not have access to the upload folder?_
32- > The "Select & upload" button is not available
31+ _ What happens when the editor does not have access to the upload folder?_
32+ > The "Select & upload files" and "Add media by URL" buttons are not available for the editor
3333
3434_ How do the fallbacks work?_
3535> 1 . First it will check if there is a default upload folder for the table & field combination.
3636> 2 . Then it will check if there is a default upload folder for the table.
37- > 3 . At last it will check if there is configuration for ` defaultForAllTables `
37+ > 3 . Finally, it will check if there is configuration for ` defaultForAllTables `
3838
3939_ Are folders automatically created?_
4040> Yes, but only if path set with combined identifiers like 1: myNewsPicturesFolder
You can’t perform that action at this time.
0 commit comments