@uniformdev/transformer 1.1.23 → 1.1.24
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/cli/index.js +3 -3
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -860,7 +860,7 @@ var CompositionConverterService = class {
|
|
|
860
860
|
type: "contentReference",
|
|
861
861
|
typeConfig: {
|
|
862
862
|
isMulti: true,
|
|
863
|
-
|
|
863
|
+
allowedTypes: [refType]
|
|
864
864
|
},
|
|
865
865
|
localizable: false
|
|
866
866
|
});
|
|
@@ -882,7 +882,7 @@ var CompositionConverterService = class {
|
|
|
882
882
|
name: resolvedBlockId,
|
|
883
883
|
type: "$block",
|
|
884
884
|
typeConfig: {
|
|
885
|
-
|
|
885
|
+
allowedTypes: [resolvedBlockId]
|
|
886
886
|
},
|
|
887
887
|
localizable: false
|
|
888
888
|
});
|