mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update 11_Scaffolding.md
Noticed the call to the tab is wrong.
This commit is contained in:
parent
e7dbb27498
commit
36dbd4f8a1
@ -39,7 +39,7 @@ To fully customise your form fields, start with an empty FieldList.
|
||||
|
||||
public function getCMSFields() {
|
||||
$fields = FieldList::create(
|
||||
TabSet::create("Root",
|
||||
TabSet::create("Root.Main",
|
||||
CheckboxSetField::create('IsActive','Is active?'),
|
||||
TextField::create('Title'),
|
||||
TextareaField::create('Content')
|
||||
|
Loading…
Reference in New Issue
Block a user