Update 11_Scaffolding.md

Noticed the call to the tab is wrong.
This commit is contained in:
LiamW 2015-02-12 14:16:05 -05:00
parent e7dbb27498
commit 36dbd4f8a1

View File

@ -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')