Adding $schemaComponent to make react render correct component

Fixes #198
This commit is contained in:
Michael van Schaik 2021-11-24 15:41:10 +01:00 committed by GitHub
parent 187e66401e
commit 07868abfb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,9 @@ class StringTagField extends DropdownField
*/
protected $isMultiple = true;
/** @skipUpgrade */
protected $schemaComponent = 'TagField';
/**
* @return bool
*/