mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
BUGFIX: readded missing content option
This commit is contained in:
parent
86bc91d1f2
commit
182d1d4953
@ -13,7 +13,7 @@ class EditableLiteralField extends EditableFormField {
|
||||
|
||||
static $plural_name = 'HTML Blocks';
|
||||
|
||||
function getFieldOptions() {
|
||||
function getFieldConfiguration() {
|
||||
return new FieldSet(
|
||||
new TextareaField("Fields[$this->ID]" . "[CustomSettings][Content]", "HTML", 4, 20, $this->getSetting('Content'))
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user