Skip to content

Commit 60562f5

Browse files
Susanne Moogohader
authored andcommitted
[TASK] Remove invalid mm config
1 parent 4782c2b commit 60562f5

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

Configuration/TCA/tx_styleguide_elements_group.php

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -217,30 +217,6 @@
217217
'readOnly' => 1,
218218
]
219219
],
220-
'group_db_6' => [
221-
// @todo: when and why is this useful?
222-
// @todo: something is totally wrong here, the structure within sys_file_reference ends up being
223-
// @todo: basically swapped with "foreign" and "local" fields!
224-
'exclude' => 1,
225-
'label' => 'group_db_6 FAL relation',
226-
'config' => [
227-
'type' => 'group',
228-
'internal_type' => 'db',
229-
'allowed' => 'sys_file',
230-
'MM' => 'sys_file_reference',
231-
'MM_match_fields' => [
232-
'fieldname' => 'image_fal_group',
233-
],
234-
'prepend_tname' => true,
235-
'appearance' => [
236-
'elementBrowserAllowed' => 'jpg, png, gif',
237-
'elementBrowserType' => 'file',
238-
],
239-
'max_size' => 2000,
240-
'size' => '3',
241-
'autoSizeMax' => 40,
242-
],
243-
],
244220
'group_db_7' => [
245221
'exclude' => 1,
246222
'label' => 'group_db_7 allowed=be_users, prepend_tname=false',
@@ -435,7 +411,7 @@
435411
'0' => [
436412
'showitem' => '
437413
--div--;internal_type=db,
438-
group_db_1, group_db_2, group_db_9, group_db_3, group_db_8, group_db_4, group_db_5, group_db_6, group_db_7,
414+
group_db_1, group_db_2, group_db_9, group_db_3, group_db_8, group_db_4, group_db_5, group_db_7,
439415
--div--;internal_type=file,
440416
group_file_1, group_file_2, group_file_3,
441417
--div--;internal_type=folder,

ext_tables.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ CREATE TABLE tx_styleguide_elements_group (
184184
group_db_3 text,
185185
group_db_4 text,
186186
group_db_5 text,
187-
group_db_6 text,
188187
group_db_7 text,
189188
group_db_8 text,
190189
group_db_9 text,

0 commit comments

Comments
 (0)