-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathext_emconf.php
45 lines (43 loc) · 1.57 KB
/
ext_emconf.php
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
35
36
37
38
39
40
41
42
43
44
45
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "we_betatext".
*
* Auto generated 23-09-2014 09:33
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'betatext',
'description' => 'Betatext does allow users to comment any part of a text. The comments can be rated up and down. Users may request to be marked as “verified” to show that they represent officially an institution, use their real name or are especially trusted. Betatext is used for collaborating work; One can leave constructive criticism towards specific words and phrases in a text and what may be added or changed before the final version of the document is printed. This extension is available on github: https://github.com/wegewerk/betatext.git',
'category' => 'plugin',
'author' => 'wegewerk',
'author_email' => 'betatext@wegewerk.com',
'shy' => '',
'dependencies' => 'realurl',
'conflicts' => '',
'priority' => '',
'module' => 'mod1',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => 'wegewerk',
'version' => '3.0.0',
'constraints' => array(
'depends' => array(
'typo3' => '7.6.0-7.6.999',
'realurl' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'suggests' => array(
),
);