@orion-studios/payload-studio 0.6.0-beta.49 → 0.6.0-beta.50
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.
|
@@ -628,7 +628,7 @@ var registerProjectDynamicComponents = (editor, adapter) => {
|
|
|
628
628
|
"data-orion-component": type,
|
|
629
629
|
"data-orion-id": `${type}-${Date.now()}`
|
|
630
630
|
},
|
|
631
|
-
components:
|
|
631
|
+
components: "",
|
|
632
632
|
droppable: false,
|
|
633
633
|
tagName: "div",
|
|
634
634
|
traits: [
|
|
@@ -504,7 +504,7 @@ var registerProjectDynamicComponents = (editor, adapter) => {
|
|
|
504
504
|
"data-orion-component": type,
|
|
505
505
|
"data-orion-id": `${type}-${Date.now()}`
|
|
506
506
|
},
|
|
507
|
-
components:
|
|
507
|
+
components: "",
|
|
508
508
|
droppable: false,
|
|
509
509
|
tagName: "div",
|
|
510
510
|
traits: [
|
package/package.json
CHANGED