master
sadeghpm 1 month ago
parent f69a2fc8db
commit 6d31dca0f3

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