Skip to content

Commit acbee76

Browse files
[TASK] Update README.md
1 parent fa77cc1 commit acbee76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Make it possible to configure the default upload folder for a certain TCA column
88
1. Download form 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 *(folder need to exists and editor needs to have access to the folder)*
11-
4. Add configuration to pageTs ::
11+
4. Add configuration to pageTs
1212

13+
```
1314
default_upload_folders {
1415
# folder can be a combined identifier
1516
tx_news_domain_model_news = 1:news
@@ -20,6 +21,8 @@ Make it possible to configure the default upload folder for a certain TCA column
2021
tx_news_domain_model_news.fal_related_files = news_downloads
2122
tx_news_domain_model_news.fal_media = news_media
2223
}
24+
```
2325

2426
**Requirements:**
27+
2528
TYPO3 7 LTS or TYPO3 8.*

0 commit comments

Comments
 (0)