forked from visol/wizard_crpagetree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
34 lines (33 loc) · 1.01 KB
/
ext_emconf.php
File metadata and controls
34 lines (33 loc) · 1.01 KB
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
33
34
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Web>Func, Wizards, Create page tree',
'description' => 'Wizard that will create a page tree for you. Feed it with a space indented tree structure of the desired pages and the pages will be created for you.',
'category' => 'module',
'shy' => 0,
'version' => '2.0.0',
'dependencies' => 'func',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'author' => 'Michiel Roos',
'author_email' => 'extensions@donationbasedhosting.org',
'author_company' => 'Donation Based Hosting',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-10.99.99',
],
'conflicts' => [],
'suggests' => [],
],
'suggests' => [],
'_md5_values_when_last_written' => 's:0:""',
);