Skip to content

Commit 40e6ff2

Browse files
Merge pull request #40 from ageurts/master
[TASK] Improve documentation on editor rights
2 parents 46592b0 + 19529c9 commit 40e6ff2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
99
2. Install extension default_upload_folder via the extension manager
1010
3. Create the default folders or the folder is automatically created *(Editors needs access to storage and the folder root)*
1111
4. 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

0 commit comments

Comments
 (0)