Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_mail
Commits
027001bc
Commit
027001bc
authored
Nov 24, 2018
by
Stefan Galinski
🎮
Browse files
[BUGFIX] Syntax error
parent
8fecfe5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext_emconf.php
View file @
027001bc
...
...
@@ -4,31 +4,31 @@
* Extension Manager/Repository config file for ext "sg_mail".
***************************************************************/
$EM_CONF
[
'sg_mail'
]
=
array
(
$EM_CONF
[
'sg_mail'
]
=
[
'title'
=>
'Mail Templates'
,
'description'
=>
'Mail Templates'
,
'category'
=>
'module'
,
'version'
=>
'4.7.3,
'version'
=>
'4.7.3
'
,
'state'
=>
'stable'
,
'
uploadfolder
' =>
false
,
'uploadfolder'
=>
FALSE
,
'createDirs'
=>
''
,
'
clearcacheonload
' =>
false
,
'clearcacheonload'
=>
FALSE
,
'author'
=>
'Torsten Oppermann'
,
'author_email'
=>
'torsten@sgalinski.de'
,
'author_company'
=>
'sgalinski Internet Services (https://www.sgalinski.de)'
,
'constraints'
=>
array (
'
depends
' =>
array (
'
typo3
' => '
7.6.0
-
8.7.99
',
'
php
' => '
7.0.0
-
7.1.99
',
)
,
'
conflicts
' =>
array (
)
,
'
suggests
'
=>
array
(
)
,
)
,
)
;
[
'depends'
=>
[
'typo3'
=>
'7.6.0-8.7.99'
,
'php'
=>
'7.0.0-7.1.99'
,
]
,
'conflicts'
=>
[
]
,
'suggests'
=>
[
]
,
]
,
]
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment