From 182d1d495346c536facb47b40850b13f1a66539b Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Thu, 14 May 2009 22:54:42 +0000 Subject: [PATCH] BUGFIX: readded missing content option --- code/editor/EditableLiteralField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/editor/EditableLiteralField.php b/code/editor/EditableLiteralField.php index 1a0990a..e496d96 100644 --- a/code/editor/EditableLiteralField.php +++ b/code/editor/EditableLiteralField.php @@ -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')) );