From 7de4ec734a5829b519e8471bc8ef67a9857b8238 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 15 Mar 2022 15:39:33 +0100 Subject: [PATCH] fixed the materio_order_item_type form display to be able to make an order of it --- ...er_item.materio_order_item_type.default.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/config/sync/core.entity_form_display.commerce_order_item.materio_order_item_type.default.yml b/config/sync/core.entity_form_display.commerce_order_item.materio_order_item_type.default.yml index 06f0387..bc2bca0 100644 --- a/config/sync/core.entity_form_display.commerce_order_item.materio_order_item_type.default.yml +++ b/config/sync/core.entity_form_display.commerce_order_item.materio_order_item_type.default.yml @@ -9,10 +9,22 @@ id: commerce_order_item.materio_order_item_type.default targetEntityType: commerce_order_item bundle: materio_order_item_type mode: default -content: { } +content: + purchased_entity: + type: options_select + weight: 0 + region: content + settings: { } + third_party_settings: { } + quantity: + type: number + weight: 1 + region: content + settings: + placeholder: '' + third_party_settings: { } hidden: + adjustments: true created: true license: true - purchased_entity: true - quantity: true unit_price: true