Merge pull request #503 from mespeche/mespeche

Added store_description
This commit is contained in:
Julien
2014-07-08 15:21:33 +02:00
10 changed files with 72 additions and 22 deletions

View File

@@ -29,6 +29,13 @@ class ConfigStoreForm extends BaseForm
"for" => "store_name"
)
))
->add("store_description", "text", array(
"label" => Translator::getInstance()->trans('Store description'),
"label_attr" => array(
"for" => "store_description"
),
"required" => false
))
->add("store_email", "text", array(
"constraints" => array(
new Constraints\NotBlank(),