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 import] issue when key-value block has classes #29

Closed jckautzmann closed 2 weeks ago

jckautzmann commented 3 weeks ago

The JCR importer skips the last property when block classes are defined. E.g. for following input .md, the generated xml is missing the Sort Order property:

+-------------------------------------------------------+
| Relatedposts-with-classes (foo, bar)                  |
+============+==========================================+
| Title      | Related Articles                         |
+------------+------------------------------------------+
| Category   | ADOBE EXPERIENCE MANAGER, ADOBE COMMERCE |
+------------+------------------------------------------+
| Max Items  | 14                                       |
+------------+------------------------------------------+
| Sort Order | descending                               |
+------------+------------------------------------------+