| 12345678910111213141516171819202122232425262728293031 |
- <?php
- /***************************************************************
- * Extension Manager/Repository config file for ext: "ot_templating"
- *
- * Manual updates:
- * Only the data in the array - anything else is removed by next write.
- * "version" and "dependencies" must not be touched!
- ***************************************************************/
- $EM_CONF[$_EXTKEY] = [
- 'title' => 'Templating',
- 'description' => 'Gabarits Typo3 par Opentalent',
- 'category' => 'templates',
- 'author' => 'Olivier Massot',
- 'author_email' => 'olivier.massot@2iopenservice.fr',
- 'state' => 'alpha',
- 'uploadfolder' => 0,
- 'createDirs' => '',
- 'clearCacheOnLoad' => 0,
- 'version' => '0.2.0',
- 'constraints' => [
- 'depends' => [
- 'typo3' => '8.7.0-10.4.99',
- 'flux' => '9.3.0-9.4.99',
- 'vhs' => '6.0.0-6.0.99',
- ],
- 'conflicts' => [],
- 'suggests' => [],
- ],
- ];
|