mirror of
https://github.com/a2nt/silverstripe-elemental-basics.git
synced 2024-10-22 17:05:54 +02:00
FIX: Typo
This commit is contained in:
parent
af6711e040
commit
8515943697
@ -49,7 +49,7 @@ class AccordionElement extends ElementList
|
||||
|
||||
$fields->addFieldsToTab('Root.Main', [
|
||||
CheckboxField::create('OpenFirst', 'Open first accordion element on page load'),
|
||||
CheckboxField::create('KeepOpenned', 'Keep elements oppened'),
|
||||
CheckboxField::create('KeepOpenned', 'Keep elements open'),
|
||||
]);
|
||||
|
||||
return $fields;
|
||||
|
Loading…
Reference in New Issue
Block a user