File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ Make it possible to configure the default upload folder for a certain TCA column
881 . Download form 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 * (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.*
You can’t perform that action at this time.
0 commit comments