@orion-studios/payload-studio 0.6.0-beta.42 → 0.6.0-beta.43
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/{chunk-SXPIWE74.mjs → chunk-NGLIA2OE.mjs} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/studio-pages/client.js +1 -1
- package/dist/studio-pages/client.mjs +1 -1
- package/dist/studio-pages/index.js +1 -1
- package/dist/studio-pages/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -330,7 +330,7 @@ var inspectorDefinitionByBlockType = {
|
|
|
330
330
|
{ group: "basics", inlineEditable: true, key: "subheadline", label: "Subheadline", type: "textarea" },
|
|
331
331
|
{
|
|
332
332
|
group: "basics",
|
|
333
|
-
key: "
|
|
333
|
+
key: "settings.marquee.itemsText",
|
|
334
334
|
label: "Scrolling Bar Options",
|
|
335
335
|
tags: ["marquee", "scrolling", "bar", "categories"],
|
|
336
336
|
type: "textarea"
|
package/dist/index.js
CHANGED
|
@@ -4587,7 +4587,7 @@ var inspectorDefinitionByBlockType = {
|
|
|
4587
4587
|
{ group: "basics", inlineEditable: true, key: "subheadline", label: "Subheadline", type: "textarea" },
|
|
4588
4588
|
{
|
|
4589
4589
|
group: "basics",
|
|
4590
|
-
key: "
|
|
4590
|
+
key: "settings.marquee.itemsText",
|
|
4591
4591
|
label: "Scrolling Bar Options",
|
|
4592
4592
|
tags: ["marquee", "scrolling", "bar", "categories"],
|
|
4593
4593
|
type: "textarea"
|
package/dist/index.mjs
CHANGED
|
@@ -839,7 +839,7 @@ var inspectorDefinitionByBlockType = {
|
|
|
839
839
|
{ group: "basics", inlineEditable: true, key: "subheadline", label: "Subheadline", type: "textarea" },
|
|
840
840
|
{
|
|
841
841
|
group: "basics",
|
|
842
|
-
key: "
|
|
842
|
+
key: "settings.marquee.itemsText",
|
|
843
843
|
label: "Scrolling Bar Options",
|
|
844
844
|
tags: ["marquee", "scrolling", "bar", "categories"],
|
|
845
845
|
type: "textarea"
|
|
@@ -812,7 +812,7 @@ var inspectorDefinitionByBlockType = {
|
|
|
812
812
|
{ group: "basics", inlineEditable: true, key: "subheadline", label: "Subheadline", type: "textarea" },
|
|
813
813
|
{
|
|
814
814
|
group: "basics",
|
|
815
|
-
key: "
|
|
815
|
+
key: "settings.marquee.itemsText",
|
|
816
816
|
label: "Scrolling Bar Options",
|
|
817
817
|
tags: ["marquee", "scrolling", "bar", "categories"],
|
|
818
818
|
type: "textarea"
|
|
@@ -664,7 +664,7 @@ var inspectorDefinitionByBlockType = {
|
|
|
664
664
|
{ group: "basics", inlineEditable: true, key: "subheadline", label: "Subheadline", type: "textarea" },
|
|
665
665
|
{
|
|
666
666
|
group: "basics",
|
|
667
|
-
key: "
|
|
667
|
+
key: "settings.marquee.itemsText",
|
|
668
668
|
label: "Scrolling Bar Options",
|
|
669
669
|
tags: ["marquee", "scrolling", "bar", "categories"],
|
|
670
670
|
type: "textarea"
|
package/package.json
CHANGED