mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3893 from LiamW/patch-1
DOCS Update 11_Scaffolding.md
This commit is contained in:
commit
b3f859d1ad
@ -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…
x
Reference in New Issue
Block a user