Skip to content

Commit 8e0c6fc

Browse files
calien666sbuerk
authored andcommitted
[TASK] Suggest 'EXT:gridelements' in composer.json and ext_emconf.php
For getting the correct loading order in preparation of overriding gridelements `DatabaseRecordList` add as suggest. ```shell composer config \ suggest.gridelementsteam/gridelements \ "This suggest is only for load order adjusting issues with gridelements" ``
1 parent 8a03f47 commit 8e0c6fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
"web-vision/deepltranslate-assets": "Enables the translation of files in FileList Modal via deepl",
119119
"typo3/cms-dashboard": "Install the package to enable the widgets from deepltranslate packages",
120120
"typo3/cms-install": "Install the package to run DeepL translate related upgrade wizards",
121-
"web-vision/deepltranslate-glossary": "TYPO3 powered glossary for DeepL Translate. Manage your glossary for optimized translations"
121+
"web-vision/deepltranslate-glossary": "TYPO3 powered glossary for DeepL Translate. Manage your glossary for optimized translations",
122+
"gridelementsteam/gridelements": "This suggest is only for load order adjusting issues with gridelements"
122123
},
123124
"autoload": {
124125
"psr-4": {

ext_emconf.php

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'enable_translated_content' => '*',
3030
'deepltranslate_assets' => '*',
3131
'deepltranslate_glossary' => '*',
32+
'gridelements' => '*',
3233
],
3334
],
3435
// @todo Autoload section in `ext_emconf.php` should not be needed anymore since TYPO3 v12, and in first test it

0 commit comments

Comments
 (0)