Skip to content

Commit

Permalink
[BUGFIX] Add default value to TCA config
Browse files Browse the repository at this point in the history
Avoid error when copying page.

Fixes #111
  • Loading branch information
rintisch committed May 31, 2024
1 parent 3228072 commit f6c9506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/TCA/Overrides/pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'foreign_table' => 'tx_cartproducts_domain_model_product_product',
'minitems' => 0,
'maxitems' => 1,
'default' => 0,
],
],
];
Expand Down

0 comments on commit f6c9506

Please sign in to comment.