forked from FriendsOfTYPO3/frontend_editing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
26 lines (26 loc) · 715 Bytes
/
ext_emconf.php
File metadata and controls
26 lines (26 loc) · 715 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
$EM_CONF[$_EXTKEY] = [
'title' => 'Frontend Editing',
'description' => 'Enable editors to work with the content in the most intuitive way possible',
'category' => 'fe',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author' => 'TYPO3 Community',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '1.9.12',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-10.4.99',
'rte_ckeditor' => '8.7.0-10.4.99'
],
'conflicts' => [
'feedit' => '',
],
'suggests' => [
'cs_seo' => '2.1.0-2.1.99'
],
],
];