mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
MINOR: readded missing field
This commit is contained in:
parent
5ffaebf070
commit
4b1a806444
@ -6,6 +6,10 @@
|
|||||||
*/
|
*/
|
||||||
class EditableFormHeading extends EditableFormField {
|
class EditableFormHeading extends EditableFormField {
|
||||||
|
|
||||||
|
static $db = array(
|
||||||
|
'Level' => 'Varchar'
|
||||||
|
);
|
||||||
|
|
||||||
static $singular_name = 'Form heading';
|
static $singular_name = 'Form heading';
|
||||||
|
|
||||||
static $plural_name = 'Form headings';
|
static $plural_name = 'Form headings';
|
||||||
|
Loading…
Reference in New Issue
Block a user