-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·32 lines (31 loc) · 861 Bytes
/
ext_emconf.php
File metadata and controls
executable file
·32 lines (31 loc) · 861 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
27
28
29
30
31
32
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Page references',
'description' => 'Allows to create references of whole pages, including page properties',
'category' => '',
'author' => 'Grigori Prokhorov',
'author_email' => 'hello@feinberg.it',
'shy' => '',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => 'feinberg.it',
'version' => '1.6.2',
'constraints' => array(
'depends' => array(
'typo3' => '9.5.11-9.5.99',
),
'conflicts' => array(),
'suggests' => array(),
),
'_md5_values_when_last_written' => 1,
'suggests' => array(),
);