Fix: Updating Product Options Registry and adding handle to the meilisearch index

This commit is contained in:
2026-08-27 11:14:56 +03:00
parent cb3fe095d9
commit e95ea4a43c
8 changed files with 80 additions and 55 deletions
-19
View File
@@ -16,23 +16,4 @@ return [
'auto_create_customer_for_user' => true,
/*
|--------------------------------------------------------------------------
| Product Option Types
|--------------------------------------------------------------------------
|
| Enabled `Modules\Core\Product\Contracts\ProductOptionTypeInterface`
| implementations, describing what structured data a ProductOption's
| values carry in their `meta` jsonb column, and how an admin edits it.
| An admin picks one per ProductOption from a dropdown built from this
| list (stored in ProductOption::meta, not tied to the option's handle) —
| a ProductOption with none selected has no described meta behavior,
| plain name/position only.
|
| \App\ProductOptions\ColorOptionType::class,
|
*/
'product_option_types' => [],
];