mhaack / helix-importer

Foundation tools for importing website content into that can be consumed in an Helix project.
Apache License 2.0
0 stars 3 forks source link

[JCR Importer] Support text multi values #11

Open bpauli opened 5 months ago

bpauli commented 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"
  }