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 |
+------------+------------------------------------------+
The JCR importer skips the last property when block classes are defined. E.g. for following input
.md
, the generated xml is missing theSort Order
property: