Merge pull request #8440 from creative-commoners/pulls/4.3/its-indestruc-tab-le

NEW TabSet react component is no longer structural
This commit is contained in:
Robbie Averill 2018-10-09 22:05:53 +02:00 committed by GitHub
commit bd6c4fdda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
*/