NEW TabSet react component is no longer structural

This commit is contained in:
Raissa North 2018-10-03 16:36:17 +13:00
parent cefb81dabc
commit 90afb2037a

View File

@ -43,6 +43,13 @@ class TabSet extends CompositeField
*/
protected $schemaComponent = 'Tabs';
/**
* Alter datatype from structural to track the current tab in redux state.
*
* @var string
*/
protected $schemaDataType = FormField::SCHEMA_DATA_TYPE_STRING;
/**
* @var TabSet
*/