-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathext_emconf.php
29 lines (27 loc) · 1.17 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "focuspoint".
*
* Auto generated 02-04-2015 06:34
*
* 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] = [
'title' => 'Focuspoint',
'description' => 'Focuspoint integrate the focal point method to crop images in the frontend of the web page. Use the jQuery-focuspoint plugin (https://github.com/jonom/jquery-focuspoint example http://jonom.github.io/jquery-focuspoint/demos/helper/index.html) to crop the images. Use the function as wizard in the file list view and directly in the content element.',
'category' => 'be',
'version' => '7.0.1',
'state' => 'stable',
'clearcacheonload' => true,
'author' => 'Tim Lochmüller',
'author_email' => 'tim.lochmueller@hdnet.de',
'author_company' => 'hdnet.de',
'constraints' => [
'depends' => [
'php' => '8.1.99-8.3.99',
'typo3' => '12.4.0-13.4.99',
],
],
];