From 34ac9cbbe39bade3053ad164d5ed9b767d05a031 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 9 Jan 2023 13:14:15 +0100 Subject: [PATCH] Move addStaticFile() method call to proper place Calling within ext_tables.php is bad practice and breaks TYPO3 extension compatibility check. Relates: #10077 --- Configuration/TCA/Overrides/sys_template.php | 11 +++++++++++ Documentation/Changelog/3.1.0.rst | 3 +++ ext_tables.php | 2 -- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 Configuration/TCA/Overrides/sys_template.php diff --git a/Configuration/TCA/Overrides/sys_template.php b/Configuration/TCA/Overrides/sys_template.php new file mode 100644 index 0000000..d42767b --- /dev/null +++ b/Configuration/TCA/Overrides/sys_template.php @@ -0,0 +1,11 @@ +