Regression: Values inside Fieldset do not display [#1995]

This commit is contained in:
Matias Griese
2020-12-23 20:23:55 +02:00
parent 72116dcbca
commit a0fce62e31
3 changed files with 13 additions and 6 deletions

View File

@@ -145,6 +145,12 @@ class AdminPlugin extends Plugin
'key_type' => 'string',
'value_type' => 'bool',
]
],
'taxonomy' => [
'multiple' => true,
'validate' => [
'type' => 'array'
]
]
];
}