Merge pull request #4040 from devansh-webkul/homepage_config_issue

Required Removed #4038
This commit is contained in:
Jitendra Singh 2020-10-09 13:45:47 +05:30 committed by GitHub
commit e99527d67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -158,13 +158,13 @@ return [
'name' => 'no_of_new_product_homepage',
'title' => 'admin::app.admin.system.allow-no-of-new-product-homepage',
'type' => 'number',
'validation' => 'required|min:0',
'validation' => 'min:0',
],
[
'name' => 'no_of_featured_product_homepage',
'title' => 'admin::app.admin.system.allow-no-of-featured-product-homepage',
'type' => 'number',
'validation' => 'required|min:0',
'validation' => 'min:0',
],
],
], [