@juo/orion-extensions 0.14.1 → 0.14.2
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/extensions.js +24 -6
- package/package.json +1 -1
package/dist/extensions.js
CHANGED
|
@@ -32952,22 +32952,40 @@ const schema$a = {
|
|
|
32952
32952
|
properties: {
|
|
32953
32953
|
headline: {
|
|
32954
32954
|
type: "string",
|
|
32955
|
-
default: defaults$7.headline
|
|
32955
|
+
default: defaults$7.headline,
|
|
32956
|
+
"x-juo-control-type": "inline-text",
|
|
32957
|
+
description: "Headline"
|
|
32956
32958
|
},
|
|
32957
32959
|
description: {
|
|
32958
32960
|
type: "string",
|
|
32959
|
-
default: defaults$7.description
|
|
32961
|
+
default: defaults$7.description,
|
|
32962
|
+
"x-juo-control-type": "inline-text",
|
|
32963
|
+
description: "Description"
|
|
32960
32964
|
},
|
|
32961
32965
|
dropdownLabel: {
|
|
32962
32966
|
type: "string",
|
|
32963
|
-
default: defaults$7.dropdownLabel
|
|
32967
|
+
default: defaults$7.dropdownLabel,
|
|
32968
|
+
"x-juo-control-type": "inline-text",
|
|
32969
|
+
description: "Dropdown label"
|
|
32964
32970
|
},
|
|
32965
32971
|
deliveryEveryPrefix: {
|
|
32966
32972
|
type: "string",
|
|
32967
|
-
default: defaults$7.deliveryEveryPrefix
|
|
32973
|
+
default: defaults$7.deliveryEveryPrefix,
|
|
32974
|
+
"x-juo-control-type": "inline-text",
|
|
32975
|
+
description: "Delivery every prefix"
|
|
32976
|
+
},
|
|
32977
|
+
acceptLabel: {
|
|
32978
|
+
type: "string",
|
|
32979
|
+
default: defaults$7.acceptLabel,
|
|
32980
|
+
"x-juo-control-type": "inline-text",
|
|
32981
|
+
description: "Accept label"
|
|
32968
32982
|
},
|
|
32969
|
-
|
|
32970
|
-
|
|
32983
|
+
declineLabel: {
|
|
32984
|
+
type: "string",
|
|
32985
|
+
default: defaults$7.declineLabel,
|
|
32986
|
+
"x-juo-control-type": "inline-text",
|
|
32987
|
+
description: "Decline label"
|
|
32988
|
+
}
|
|
32971
32989
|
},
|
|
32972
32990
|
required: ["headline"],
|
|
32973
32991
|
additionalProperties: false
|