| 12345678910111213141516171819 |
- <?php
- $EM_CONF['begriffmgt'] = [
- 'title' => 'Chatbot Begriffe Management',
- 'description' => 'Filterung für Chatbot Begriffe',
- 'category' => 'module',
- 'author' => 'Meramo Developer',
- 'author_email' => 'development@meramo.de',
- 'state' => 'alpha',
- 'clearCacheOnLoad' => 0,
- 'version' => '1.0.0',
- 'constraints' => [
- 'depends' => [
- 'typo3' => '10.4.0-10.4.99',
- ],
- 'conflicts' => [],
- 'suggests' => [],
- ],
- ];
|