svenjuergens/systemplates-to-files

write database sys_template records as *.typoscript files to an extension

v1.1.5 2022-02-04 13:02 UTC

This package is auto-updated.

Last update: 2024-04-22 12:56:06 UTC


README

Latest Stable Version

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