svenjuergens / systemplates-to-files
write database sys_template records as *.typoscript files to an extension
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^9.5 || ^10.4
README
The extension makes it possible to write all TypoScript templates (sys_template records) stored in the database to files. This means that the data can be versioned together with a sitepackage extension.
Installation
Simply install the extension with Extension Manager or Composer
composer req svenjuergens/systemplates-to-files
.
Usage
In the backend module, a target extension must be selected and the ParentID of the page containing the TypoScript templates. Then all files are written to the subfolder Configuration/TypoScript.
Caution: existing files with the same name will be overwritten.
Many Thanks for Inspiration
To Sebastian Fischer Extension author of ew_llxml2xliff and Sybille Peters Extension author of migrate2composer