Open bpauli opened 5 months ago
The UE stores text multi values now as string array in JCR. We also need to support this use case in the block and metadata handler.
Example:
{ "component": "text", "valueType": "string", "name": "topics", "multi": true, "label": "Topics" }
The UE stores text multi values now as string array in JCR. We also need to support this use case in the block and metadata handler.
Example: