forked from visol/ext-variables
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
26 lines (24 loc) · 826 Bytes
/
ext_emconf.php
File metadata and controls
26 lines (24 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/***********************************************************************
* Extension Manager/Repository config file for ext "variables".
***********************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Content Variables',
'description' => 'Search and replace strings recursively after page generation using user-managed replacement definitions.',
'category' => 'misc',
'version' => '3.0.0',
'state' => 'beta',
'author' => 'Xavier Perseguers',
'author_email' => 'xavier@causal.ch',
'author_company' => 'Swisscom (Schweiz) AG',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
'php' => '8.1.0-8.3.99',
],
'conflicts' => [
],
'suggests' => [
],
]
];