From 77f26cf48480a5283cb340ebf87bb4e9a0cb0080 Mon Sep 17 00:00:00 2001 From: Pascal Rinker Date: Mon, 26 Feb 2018 15:55:46 +0100 Subject: [PATCH] Now using link wizard instead of group field to select pages --- .../TCA/tx_statictagcloud_domain_model_tag.php | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Configuration/TCA/tx_statictagcloud_domain_model_tag.php b/Configuration/TCA/tx_statictagcloud_domain_model_tag.php index f2f758c..7cb665e 100644 --- a/Configuration/TCA/tx_statictagcloud_domain_model_tag.php +++ b/Configuration/TCA/tx_statictagcloud_domain_model_tag.php @@ -138,17 +138,8 @@ 'exclude' => true, 'label' => 'LLL:EXT:statictagcloud/Resources/Private/Language/locallang_db.xlf:tx_statictagcloud_domain_model_tag.link', 'config' => [ - 'type' => 'group', - 'internal_type' => 'db', - 'allowed' => 'pages', - 'minitems' => 1, - 'maxitems' => 1, - 'show_thumbs' => 0, - 'wizards' => [ - 'suggest' => [ - 'type' => 'suggest' - ] - ] + 'type' => 'input', + 'renderType' => 'inputLink' ] ], 'priority' => [