Initial commit - Typo3 11.5.41
This commit is contained in:
52
typo3conf/ext/lfeditor/ext_emconf.php
Normal file
52
typo3conf/ext/lfeditor/ext_emconf.php
Normal file
@@ -0,0 +1,52 @@
|
||||
<?php
|
||||
|
||||
/***************************************************************
|
||||
* Extension Manager/Repository config file for ext "lfeditor".
|
||||
*
|
||||
* Auto generated 15-10-2025 10:48
|
||||
*
|
||||
* 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] = array (
|
||||
'title' => 'Language File Editor',
|
||||
'description' => 'This module serves several functions for editing of language files.
|
||||
The extension differs between editors and administrators with appropriate privileges.
|
||||
Normal users are allowed to edit only languages for which they have permission.
|
||||
Following functions are implemented in this module:
|
||||
* Formats: PHP, XML and XLF
|
||||
* Conversion of formats
|
||||
* Splitting and merging of language files
|
||||
* Override mode
|
||||
* Editing L10n folder content
|
||||
* Simple editing of constants and languages (edit/add/rename/delete constants)
|
||||
* Flexible search and view of constants and values
|
||||
* Tree view of constants
|
||||
* Meta information handling
|
||||
* Backups, recovering and diff view',
|
||||
'category' => 'module',
|
||||
'version' => '7.1.10',
|
||||
'state' => 'stable',
|
||||
'uploadfolder' => false,
|
||||
'clearcacheonload' => false,
|
||||
'author' => 'Stefan Galinski, Damjan Komlenac',
|
||||
'author_email' => 'stefan@sgalinski.de',
|
||||
'author_company' => 'sgalinski Internet Services',
|
||||
'constraints' =>
|
||||
array (
|
||||
'depends' =>
|
||||
array (
|
||||
'typo3' => '10.4.0-11.5.99',
|
||||
'php' => '7.3.0-8.1.99',
|
||||
),
|
||||
'conflicts' =>
|
||||
array (
|
||||
),
|
||||
'suggests' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user