I am developing a plugin in Shopware 6.5 that enables the store owner to choose categories on the customer edit screen. I have included a CustomFieldTypes::ENTITY
custom field in the customer entity and utilized 'componentName' => 'sw-entity-multi-id-select'
to show the multi-select in the customer edit. However, I want to display the category tree instead of the multi-select. How can I accomplish this?
Any assistance would be greatly appreciated.