Feat: Updating Product imports after Boboko restructure

This commit is contained in:
2026-08-27 11:46:33 +03:00
parent 86c645fb36
commit defe1dab12
6 changed files with 14 additions and 31 deletions
-16
View File
@@ -16,20 +16,4 @@
'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,
],
];