We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bcca6 commit 5e23eebCopy full SHA for 5e23eeb
1 file changed
src/Fieldtypes/Terms.php
@@ -88,6 +88,9 @@ protected function configFieldItems(): array
88
'instructions' => __('statamic::fieldtypes.terms.config.create'),
89
'type' => 'toggle',
90
'default' => true,
91
+ 'if' => [
92
+ 'mode' => 'default',
93
+ ],
94
],
95
'taxonomies' => [
96
'display' => __('Taxonomies'),
0 commit comments