Skip to content

Commit

Permalink
Merge pull request #803 from nhovratov/master
Browse files Browse the repository at this point in the history
Clean up obsolete TCA options
  • Loading branch information
lochmueller authored May 16, 2024
2 parents 160ff2d + d148e84 commit cebc2cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Configuration/TCA/tx_calendarize_domain_model_event.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,8 @@
'config' => [
'type' => 'text',
'enableRichtext' => '1',
'richtextConfiguration' => 'default',
'softref' => 'typolink_tag,email[subst],url',
],
'defaultExtras' => 'richtext:rte_transform[flag=rte_enabled|mode=ts_css]',
],
'location' => [
'exclude' => true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@
'label' => $ll . 'tx_calendarize_domain_model_pluginconfiguration.detail_pid',
'config' => [
'type' => 'group',
'eval' => 'int',
'size' => 1,
'allowed' => 'pages',
'maxitems' => 1,
Expand All @@ -227,7 +226,6 @@
'label' => $ll . 'tx_calendarize_domain_model_pluginconfiguration.list_pid',
'config' => [
'type' => 'group',
'eval' => 'int',
'size' => 1,
'allowed' => 'pages',
'maxitems' => 1,
Expand All @@ -240,7 +238,6 @@
'label' => $ll . 'tx_calendarize_domain_model_pluginconfiguration.year_pid',
'config' => [
'type' => 'group',
'eval' => 'int',
'size' => 1,
'allowed' => 'pages',
'maxitems' => 1,
Expand All @@ -253,7 +250,6 @@
'label' => $ll . 'tx_calendarize_domain_model_pluginconfiguration.quarter_pid',
'config' => [
'type' => 'group',
'eval' => 'int',
'size' => 1,
'allowed' => 'pages',
'maxitems' => 1,
Expand All @@ -266,7 +262,6 @@
'label' => $ll . 'tx_calendarize_domain_model_pluginconfiguration.month_pid',
'config' => [
'type' => 'group',
'eval' => 'int',
'size' => 1,
'allowed' => 'pages',
'maxitems' => 1,
Expand All @@ -279,7 +274,6 @@
'label' => $ll . 'tx_calendarize_domain_model_pluginconfiguration.week_pid',
'config' => [
'type' => 'group',
'eval' => 'int',
'size' => 1,
'allowed' => 'pages',
'maxitems' => 1,
Expand All @@ -292,7 +286,6 @@
'label' => $ll . 'tx_calendarize_domain_model_pluginconfiguration.day_pid',
'config' => [
'type' => 'group',
'eval' => 'int',
'size' => 1,
'allowed' => 'pages',
'maxitems' => 1,
Expand All @@ -305,7 +298,6 @@
'label' => $ll . 'tx_calendarize_domain_model_pluginconfiguration.booking_pid',
'config' => [
'type' => 'group',
'eval' => 'int',
'size' => 1,
'allowed' => 'pages',
'maxitems' => 1,
Expand Down

0 comments on commit cebc2cc

Please sign in to comment.