@kontur.candy/generator 5.121.0-fixes-for-flang-generator.4 → 5.121.0-fixes-for-flang-generator.5
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/dist/index.js +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -83262,6 +83262,10 @@ class FormConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_7__.Sug
|
|
|
83262
83262
|
result[`${attachmentSection.path}/${_Common_PathConstants__WEBPACK_IMPORTED_MODULE_21__.AttachmentInfoPath.toLegacyPath()}`] = {
|
|
83263
83263
|
section: [attachmentSection.id]
|
|
83264
83264
|
};
|
|
83265
|
+
result[attachmentSection.path] = {
|
|
83266
|
+
section: [attachmentSection.id],
|
|
83267
|
+
pageId: attachmentSection.id
|
|
83268
|
+
};
|
|
83265
83269
|
});
|
|
83266
83270
|
return result;
|
|
83267
83271
|
}
|
package/package.json
CHANGED