Skip to content

Commit 8db1794

Browse files
committed
[TASK] Set gridelements as suggest
For getting the correct loading order in preparation of overriding gridelements `DatabaseRecordList` add as suggest. ``` composer config suggest.gridelementsteam/gridelements \ "This suggest is only for load order adjusting issues with gridelements" ``
1 parent 8a03f47 commit 8db1794

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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)