Configuration Added

This commit is contained in:
devansh bawari 2021-05-05 18:35:28 +05:30
parent 18a3e811d7
commit b6d648ae0c
1 changed files with 5 additions and 0 deletions

View File

@ -301,6 +301,11 @@ return [
'name' => 'file_attribute_upload_size', 'name' => 'file_attribute_upload_size',
'title' => 'admin::app.admin.system.file-upload-size', 'title' => 'admin::app.admin.system.file-upload-size',
'type' => 'text', 'type' => 'text',
], [
'name' => 'price_attribute_tax_inclusive',
'title' => 'admin::app.admin.system.tax-inclusive',
'type' => 'boolean',
'default' => false
] ]
], ],
], [ ], [