Skip to content

Commit

Permalink
Merge pull request #1 from jweiland-net/feature_linkWizard
Browse files Browse the repository at this point in the history
Now using link wizard instead of group field to select pages
  • Loading branch information
Crontis authored Feb 27, 2018
2 parents 0d1c989 + 77f26cf commit b02fcda
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Configuration/TCA/tx_statictagcloud_domain_model_tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit b02fcda

Please sign in to comment.