master
sadeghpm 7 months ago
parent e297d66f98
commit 8b0399832f

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

Loading…
Cancel
Save