Skip to content

Commit

Permalink
[TASK] Remove invalid mm config
Browse files Browse the repository at this point in the history
  • Loading branch information
ohader committed Dec 16, 2017
1 parent 672bf90 commit 3849016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
28 changes: 2 additions & 26 deletions Configuration/TCA/tx_styleguide_forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -1545,30 +1545,6 @@
'maxitems' => 2, // @TODO: Warning sign is missing if too many entries are added
),
),
'group_11' => array(
'exclude' => 1,
'label' => 'GROUP: 11 group FAL field',
'config' => array(
'type' => 'group',
'internal_type' => 'db',
'allowed' => 'sys_file',
'MM' => 'sys_file_reference',
'MM_match_fields' => array(
'fieldname' => 'image_fal_group',
),
'prepend_tname' => true,
'appearance' => array(
'elementBrowserAllowed' => 'jpg, png, gif',
'elementBrowserType' => 'file',
),
'max_size' => 2000,
'show_thumbs' => true,
'size' => '3',
'maxitems' => 200,
'minitems' => 0,
'autoSizeMax' => 40,
),
),
'group_12' => array(
'exclude' => 1,
'label' => 'GROUP: 12 readonly',
Expand Down Expand Up @@ -2686,7 +2662,7 @@
select_21, select_22, select_23, select_24, select_25, select_26, select_27, select_28, select_29,
select_30, select_31, select_32, select_33, select_34,
group_1, group_2, group_3, group_4, group_5, group_6, group_7, group_8, group_9, group_10,
group_11, group_12, group_13,
group_12, group_13,
none_1, none_2, none_3, none_4, none_5, none_6,
passthrough_1,
user_1, user_2,
Expand Down Expand Up @@ -2725,7 +2701,7 @@
select_30, select_31, select_32,
--div--;Group,
group_1, group_12, group_2, group_3, group_4, group_5, group_6, group_7, group_8, group_9, group_10,
group_11, group_13,
group_13,
--div--;Passthrough,
passthrough_1,
--div--;None,
Expand Down
1 change: 0 additions & 1 deletion ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ CREATE TABLE tx_styleguide_forms (
group_8 text NOT NULL,
group_9 text NOT NULL,
group_10 text NOT NULL,
group_11 text NOT NULL,
group_12 text NOT NULL,
group_13 text NOT NULL,

Expand Down

0 comments on commit 3849016

Please sign in to comment.