Skip to content

Commit

Permalink
[TASK] Remove invalid mm config
Browse files Browse the repository at this point in the history
  • Loading branch information
susannemoog authored and ohader committed Dec 16, 2017
1 parent 4782c2b commit 60562f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
26 changes: 1 addition & 25 deletions Configuration/TCA/tx_styleguide_elements_group.php
Expand Up @@ -217,30 +217,6 @@
'readOnly' => 1,
]
],
'group_db_6' => [
// @todo: when and why is this useful?
// @todo: something is totally wrong here, the structure within sys_file_reference ends up being
// @todo: basically swapped with "foreign" and "local" fields!
'exclude' => 1,
'label' => 'group_db_6 FAL relation',
'config' => [
'type' => 'group',
'internal_type' => 'db',
'allowed' => 'sys_file',
'MM' => 'sys_file_reference',
'MM_match_fields' => [
'fieldname' => 'image_fal_group',
],
'prepend_tname' => true,
'appearance' => [
'elementBrowserAllowed' => 'jpg, png, gif',
'elementBrowserType' => 'file',
],
'max_size' => 2000,
'size' => '3',
'autoSizeMax' => 40,
],
],
'group_db_7' => [
'exclude' => 1,
'label' => 'group_db_7 allowed=be_users, prepend_tname=false',
Expand Down Expand Up @@ -435,7 +411,7 @@
'0' => [
'showitem' => '
--div--;internal_type=db,
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,
group_db_1, group_db_2, group_db_9, group_db_3, group_db_8, group_db_4, group_db_5, group_db_7,
--div--;internal_type=file,
group_file_1, group_file_2, group_file_3,
--div--;internal_type=folder,
Expand Down
1 change: 0 additions & 1 deletion ext_tables.sql
Expand Up @@ -184,7 +184,6 @@ CREATE TABLE tx_styleguide_elements_group (
group_db_3 text,
group_db_4 text,
group_db_5 text,
group_db_6 text,
group_db_7 text,
group_db_8 text,
group_db_9 text,
Expand Down

0 comments on commit 60562f5

Please sign in to comment.