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

@@ -36,6 +36,7 @@ class ConfigStoreController extends BaseAdminController
// Hydrate the store configuration form
$configStoreForm = new ConfigStoreForm($this->getRequest(), 'form', array(
'store_name' => ConfigQuery::read("store_name"),
'store_description' => ConfigQuery::read("store_description"),
'store_email' => ConfigQuery::read("store_email"),
'store_business_id' => ConfigQuery::read("store_business_id"),
'store_phone' => ConfigQuery::read("store_phone"),