From efe535cc3075b110ca117d64203745643618b628 Mon Sep 17 00:00:00 2001 From: VANCLOOSTER Mickael Date: Mon, 17 Dec 2018 16:49:11 +0100 Subject: [PATCH] [TASK] AddStaticFile to sys_template --- Configuration/TCA/Overrides/sys_template.php | 4 ++++ composer.json | 2 +- ext_emconf.php | 2 +- ext_tables.php | 6 ------ 4 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 Configuration/TCA/Overrides/sys_template.php delete mode 100644 ext_tables.php diff --git a/Configuration/TCA/Overrides/sys_template.php b/Configuration/TCA/Overrides/sys_template.php new file mode 100644 index 0000000..4312501 --- /dev/null +++ b/Configuration/TCA/Overrides/sys_template.php @@ -0,0 +1,4 @@ + 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '1.2.3', + 'version' => '1.2.4', 'constraints' => array( 'depends' => array( 'typo3' => '9.5.0-9.5.99' diff --git a/ext_tables.php b/ext_tables.php deleted file mode 100644 index 7b0eba0..0000000 --- a/ext_tables.php +++ /dev/null @@ -1,6 +0,0 @@ -