🐛 Fixed syntax error in ext_emconf.php (missing comma)
This commit is contained in:
parent
66d724e99a
commit
f6083d3f7d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'title' => 'TYPO3 DDEV-Local Boilerplate',
|
'title' => 'TYPO3 DDEV-Local Boilerplate',
|
||||||
'description' => 'Boilerplate TYPO3-Extension for working with DDEV Local.',
|
'description' => 'Boilerplate TYPO3-Extension for working with DDEV Local.',
|
||||||
'category' => 'example',
|
'category' => 'example',
|
||||||
'author' => 'Marcel Kapfer'
|
'author' => 'Marcel Kapfer',
|
||||||
'author_company' => '',
|
'author_company' => '',
|
||||||
'author_email' => 'opensource@mmk2410.org',
|
'author_email' => 'opensource@mmk2410.org',
|
||||||
'state' => 'test',
|
'state' => 'test',
|
||||||
|
|
Reference in a new issue