forked from romm/formz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
21 lines (18 loc) · 988 Bytes
/
ext_emconf.php
File metadata and controls
21 lines (18 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/** @noinspection PhpUndefinedVariableInspection */
$EM_CONF[$_EXTKEY] = [
'title' => 'FormZ • Modern form handler',
'version' => '1.2.0',
'state' => 'stable',
'description' => 'Manage your forms easily with powerful tools: TypoScript based validation, Fluid view helpers, a whole JavaScript API, and more. Use pre-defined layouts for Twitter Bootstrap and Foundation to build nice-looking forms in minutes. Need to build a basic form with only two fields? Need to build a huge registration form with dozens of fields? Use FormZ, it will live up to your expectations! Visit typo3-formz.com for more information.',
'author' => 'Romain Canon',
'author_email' => 'romain.hydrocanon@gmail.com',
'category' => 'frontend',
'clearCacheOnLoad' => 1,
'constraints' => [
'depends' => [
'typo3' => '6.2.0-8.7.99',
'configuration_object' => '1.6.0-1.99.99'
]
]
];