@uniweb/semantic-parser 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/processors/groups.js
CHANGED
|
@@ -343,6 +343,10 @@ function processGroupContent(elements) {
|
|
|
343
343
|
}
|
|
344
344
|
break;
|
|
345
345
|
|
|
346
|
+
case "child_block":
|
|
347
|
+
// Inline child block reference — preserved in sequence, not in flat fields
|
|
348
|
+
break;
|
|
349
|
+
|
|
346
350
|
case "form":
|
|
347
351
|
// Map FormBlock to data.form
|
|
348
352
|
body.data.form = element.data || element.attrs;
|