diff --git a/Configuration/TCA/Overrides/sys_template.php b/Configuration/TCA/Overrides/sys_template.php index 85e0ac3..787a578 100644 --- a/Configuration/TCA/Overrides/sys_template.php +++ b/Configuration/TCA/Overrides/sys_template.php @@ -1,6 +1,6 @@ 'Headless Navigations', + 'description' => 'This extension enhances the EXT:headless json response with three customizable navigations.', + 'category' => 'misc', + 'author' => 'Sven Petersen', + 'author_email' => 'sven@hardanders.de', + 'state' => 'stable', + 'clearCacheOnLoad' => 0, + 'version' => '1.0.0', + 'constraints' => [ + 'depends' => [ + 'typo3' => '10.4.0-11.5.99', + ], + 'conflicts' => [ + ], + 'suggests' => [ + 'headless' => '2.6.0-3.0.99' + ], + ], +];