Merge pull request #8489 from open-sausages/pulls/4.3/reduxaposition

REGRESSION: TabSet no longer structural
This commit is contained in:
Robbie Averill 2018-10-17 23:01:46 +02:00 committed by GitHub
commit 7ebcb7f30e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,13 +43,6 @@ 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
*/