-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
37 lines (35 loc) · 1.34 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
<?php
/*
* Copyright notice
*
* (c) DMK E-BUSINESS GmbH <dev@dmk-ebusiness.de>
* All rights reserved
*
* This file is part of TYPO3 CMS-based extension "mkcontentai" by DMK E-BUSINESS GmbH.
*
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*/
$EM_CONF['mkcontentai'] = [
'title' => 'MKContentAI',
'description' => '"mkcontentai" is a powerful TYPO3 extension that leverages the latest advancements in artificial intelligence to generate high-quality images for your website along with alt texts. By connecting to the OpenAI API, Stability AI API or stablediffusionapi.com API, this extension provides an intuitive image generation tool that allows you to easily create custom images by simply providing a prompt. Take a look at the readme for all features.',
'category' => 'misc',
'author' => 'DMK E-BUSINESS GmbH',
'author_email' => 'dev@dmk-ebusiness.de',
'author_company' => 'DMK E-BUSINESS GmbH',
'version' => '12.2.3',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
],
'conflicts' => [
],
'suggests' => [
],
],
];