How to append to shared_dirs? #30
-
Hey, Because, in the TYPO3 11 config file the Is there a way I can add to the shared dirs, rather than redeclaring them all (so I can upgrade TYPO3 version without worrying about keeping it in sync)? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
hi, I would use
|
Beta Was this translation helpful? Give feedback.
-
Thanks - worked perfectly |
Beta Was this translation helpful? Give feedback.
-
Update. With version 20 (and Deployer version 7), this is now done with: set('shared_dirs', [
...get('shared_dirs'),
'newDir',
]); |
Beta Was this translation helpful? Give feedback.
hi, I would use