From 90f4b9d53e055fb5911c0edab09dd35f549d128e Mon Sep 17 00:00:00 2001 From: Achim Fritz Date: Wed, 29 Jul 2026 17:49:11 +0200 Subject: [PATCH] [TASK] add a disallowedContentTypes example Required to test https://github.com/b13/container/issues/757 --- Configuration/TCA/Overrides/tt_content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TCA/Overrides/tt_content.php b/Configuration/TCA/Overrides/tt_content.php index 9f85569..3093b31 100644 --- a/Configuration/TCA/Overrides/tt_content.php +++ b/Configuration/TCA/Overrides/tt_content.php @@ -66,7 +66,7 @@ 'Some Description of the Container', // description [ [ - ['name' => 'content', 'colPos' => 200], + ['name' => 'content', 'colPos' => 200, 'disallowedContentTypes' => 'b13-1col'], ] ] // grid configuration )