Skip to content

Commit

Permalink
add product number in configuration admin bagisto#7410
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-webkul committed Apr 3, 2023
1 parent b097915 commit db5ddd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/Webkul/Admin/src/Config/system.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,16 @@
'title' => 'admin::app.admin.system.allow-no-of-new-product-homepage',
'type' => 'number',
'validation' => 'min:0',
],
[
],[
'name' => 'no_of_featured_product_homepage',
'title' => 'admin::app.admin.system.allow-no-of-featured-product-homepage',
'type' => 'number',
'validation' => 'min:0',
],[
'name' => 'allow-no-of-cross-product-homepage',
'title' => 'admin::app.admin.system.allow-no-of-cross-product-homepage',
'type' => 'number',
'validation' => 'min:0',
],
],
], [
Expand Down
1 change: 1 addition & 0 deletions packages/Webkul/Admin/src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -1677,6 +1677,7 @@
'show-search-input-field' => 'Show Search Input Field',
'allow-no-of-new-product-homepage' => 'Allowed number of New Product in Homepage',
'allow-no-of-featured-product-homepage' => 'Allowed number of Featured Product in Homepage',
'allow-no-of-cross-product-homepage' => 'Allowed number of Product in Productpage',
'width' => 'Width',
'height' => 'Height',
'cache-small-image' => 'Small Image',
Expand Down

0 comments on commit db5ddd4

Please sign in to comment.