Hi everyone,
As I understood OOTB Universal Editor does not provide any complex data-type's such as Composed Multifield (a multifield that consists of several predefined fields) or Select with dynamically retrieved options.
The one thing that I found related to this topic is the creation of a UI Extension for the Universal Editor - https://developer.adobe.com/uix/docs/services/aem-universal-editor/api/item-types-renderers/
My questions would be:
- Am I looking at the right documentation for this task?
- Are there any examples available to check how it can be done? I know there are a few examples available in aem-uix-examples repo (this looks pretty similar to my task https://github.com/adobe/aem-uix-examples/tree/main/universal-editor-product-picker) but maybe there are more info?
- Are there any other options available on how I can achieve that?
Thanks in advance!