Reputation: 21
We to create a TYPO3 extension for the Templates, TypoScript, CSS, jQuery and all user uploads file. The hosting company has a special setup for TYPO3 without fileadmin and user_upload folder. Additional they use Composer for extensions. Can anyone let me know how to create a special setup for TYPO3 without fileadmin and user_upload folder? Thanks in advance. Regards Sharmistha
Upvotes: 0
Views: 122
Reputation: 10790
You could remove the default file storage (which is fileadmin/
) if you have not/ will not allow any files for editors.
Or you have another/changed file storage (pointing to another folder), where editors store(?) and find their assets.
Upvotes: 0
Reputation: 3354
My recommondation: take a look at the sitepackage builder.
This create an extension for your template. It also create an composer file. No need to use this directly, but it should explain a lot of things.
Upvotes: 1