update default param of content model

This commit is contained in:
Manuel Raynaud
2013-09-21 16:07:25 +02:00
parent f44b7daf8c
commit 1da66ece29
7 changed files with 43 additions and 18 deletions

View File

@@ -40,9 +40,11 @@ class ContentCreationForm extends BaseForm
)
))
->add("default_folder", "integer", array(
"label" => Translator::getInstance()->trans("Default folder *"),
"constraints" => array(
new NotBlank()
)
),
"label_attr" => array("for" => "default_folder")
))
->add("locale", "text", array(
"constraints" => array(