mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
commit
bd6c4fdda0
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user