BUGFIX: readded missing content option

This commit is contained in:
Will Rossiter 2009-05-14 22:54:42 +00:00
parent 86bc91d1f2
commit 182d1d4953

View File

@ -13,7 +13,7 @@ class EditableLiteralField extends EditableFormField {
static $plural_name = 'HTML Blocks'; static $plural_name = 'HTML Blocks';
function getFieldOptions() { function getFieldConfiguration() {
return new FieldSet( return new FieldSet(
new TextareaField("Fields[$this->ID]" . "[CustomSettings][Content]", "HTML", 4, 20, $this->getSetting('Content')) new TextareaField("Fields[$this->ID]" . "[CustomSettings][Content]", "HTML", 4, 20, $this->getSetting('Content'))
); );