Add store_description field for SEO

This commit is contained in:
Michaël Espeche
2014-06-26 14:25:04 +02:00
parent 6661341eb4
commit 202969fde9
8 changed files with 30 additions and 6 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(),