| 12345678910111213141516171819 |
- <?php
- $EM_CONF['mrmbepages'] = [
- 'title' => 'Meramo Backend Pages',
- 'description' => 'An extension to manage pages in the backend.',
- 'category' => 'be',
- 'author' => 'Julius Abongwa',
- 'author_company' => 'Meramo Verlag GmbH',
- 'author_email' => 'j.abongwa@meramo.de',
- 'state' => 'beta',
- 'clearcacheonload' => TRUE,
- 'version' => '0.0.1',
- 'constraints' => [
- 'depends' => [
- 'typo3' => '10.4.0-10.4.16',
- ],
- 'suggests' => [
- ],
- ],
- ];
|