Skip to content

Commit

Permalink
Merge pull request #40 from ageurts/master
Browse files Browse the repository at this point in the history
[TASK] Improve documentation on editor rights
  • Loading branch information
ruudsilvrants authored Aug 15, 2022
2 parents 46592b0 + 19529c9 commit 40e6ff2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Make it possible to configure the default upload folder for a certain TCA column

**How to use:**

1. Download form TER or require (`composer require beechit/default-upload-folder`) extension default_upload_folder
1. Download from TER or require (`composer require beechit/default-upload-folder`) extension default_upload_folder
2. Install extension default_upload_folder via the extension manager
3. Create the default folders or the folder is automatically created *(Editors needs access to storage and the folder root)*
4. Add configuration to pageTs
Expand All @@ -28,13 +28,13 @@ Make it possible to configure the default upload folder for a certain TCA column

**FAQ**

_What happens when the user does not have access to the upload folder?_
> The "Select & upload" button is not available
_What happens when the editor does not have access to the upload folder?_
> The "Select & upload files" and "Add media by URL" buttons are not available for the editor
_How do the fallbacks work?_
> 1. First it will check if there is a default upload folder for the table & field combination.
> 2. Then it will check if there is a default upload folder for the table.
> 3. At last it will check if there is configuration for `defaultForAllTables`
> 3. Finally, it will check if there is configuration for `defaultForAllTables`
_Are folders automatically created?_
> Yes, but only if path set with combined identifiers like 1:myNewsPicturesFolder
Expand Down

0 comments on commit 40e6ff2

Please sign in to comment.