This commit is contained in:
merdan 2023-01-11 15:10:51 +05:00
parent 92356bc1bf
commit 8f8973c063
1 changed files with 27 additions and 27 deletions

View File

@ -15,31 +15,31 @@ return [
'sort' => 2,
],
'virtual' => [
'key' => 'virtual',
'name' => 'Virtual',
'class' => 'Webkul\Product\Type\Virtual',
'sort' => 3,
],
'grouped' => [
'key' => 'grouped',
'name' => 'Grouped',
'class' => 'Webkul\Product\Type\Grouped',
'sort' => 4,
],
'downloadable' => [
'key' => 'downloadable',
'name' => 'Downloadable',
'class' => 'Webkul\Product\Type\Downloadable',
'sort' => 5,
],
'bundle' => [
'key' => 'bundle',
'name' => 'Bundle',
'class' => 'Webkul\Product\Type\Bundle',
'sort' => 6,
]
// 'virtual' => [
// 'key' => 'virtual',
// 'name' => 'Virtual',
// 'class' => 'Webkul\Product\Type\Virtual',
// 'sort' => 3,
// ],
//
// 'grouped' => [
// 'key' => 'grouped',
// 'name' => 'Grouped',
// 'class' => 'Webkul\Product\Type\Grouped',
// 'sort' => 4,
// ],
//
// 'downloadable' => [
// 'key' => 'downloadable',
// 'name' => 'Downloadable',
// 'class' => 'Webkul\Product\Type\Downloadable',
// 'sort' => 5,
// ],
//
// 'bundle' => [
// 'key' => 'bundle',
// 'name' => 'Bundle',
// 'class' => 'Webkul\Product\Type\Bundle',
// 'sort' => 6,
// ]
];