master
sadeghpm 1 month ago
parent f69a2fc8db
commit 6d31dca0f3

@ -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