generated from boboko/starter
Feat: Adding Color Product Option Types
This commit is contained in:
@@ -16,4 +16,20 @@
|
|||||||
|
|
||||||
'auto_create_customer_for_user' => true,
|
'auto_create_customer_for_user' => true,
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Product Option Types
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| Enabled `Modules\Core\Product\Contracts\ProductOptionTypeInterface`
|
||||||
|
| implementations. An admin picks one per ProductOption from a dropdown
|
||||||
|
| on the option's own edit form — the selection is stored in
|
||||||
|
| ProductOption::meta, not tied to the option's handle.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'product_option_types' => [
|
||||||
|
\Modules\Core\Product\OptionTypes\ColorOptionType::class,
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user