From 1cea5afb5c750e55c88df2d6d56f443ffd6681f6 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 15 Feb 2023 09:10:21 +0100 Subject: [PATCH] Add First custom TypoScript In order to demonstrate how to configure rendering of TYPO3. !!!: Don't forget to include the static template within sys_template record. --- .../Configuration/TCA/Overrides/sys_template.php | 10 ++++++++++ .../Configuration/TypoScript/Setup/Page.typoscript | 4 ++++ .../Configuration/TypoScript/setup.typoscript | 4 ++++ 3 files changed, 18 insertions(+) create mode 100644 localPackages/sitepackage/Configuration/TCA/Overrides/sys_template.php create mode 100644 localPackages/sitepackage/Configuration/TypoScript/Setup/Page.typoscript create mode 100644 localPackages/sitepackage/Configuration/TypoScript/setup.typoscript diff --git a/localPackages/sitepackage/Configuration/TCA/Overrides/sys_template.php b/localPackages/sitepackage/Configuration/TCA/Overrides/sys_template.php new file mode 100644 index 0000000..fef5e4f --- /dev/null +++ b/localPackages/sitepackage/Configuration/TCA/Overrides/sys_template.php @@ -0,0 +1,10 @@ +