master
sadeghpm 7 months ago
parent e297d66f98
commit 8b0399832f

@ -122,12 +122,12 @@ class SettingSeeder extends Seeder
'title' => __("Product description template"), 'title' => __("Product description template"),
'value' => __("%name% sale in our shop by %price% %category.name%"), 'value' => __("%name% sale in our shop by %price% %category.name%"),
'key' => 'product_description', 'key' => 'product_description',
'type' => 'text', 'type' => 'TEXT',
], ],
[ [
'title' => __("Guarantee"), 'title' => __("Guarantee"),
'key' => 'guarantee', 'key' => 'guarantee',
'type' => 'text', 'type' => 'TEXT',
'value' => '', 'value' => '',
], ],
], ],

Loading…
Cancel
Save