Add store_description field for SEO
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user