@sparqjs/schema-designer 0.1.0 → 0.2.1
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
CHANGED
|
@@ -1708,6 +1708,7 @@ var sr = [
|
|
|
1708
1708
|
"pickText"
|
|
1709
1709
|
], cr = [
|
|
1710
1710
|
"editor",
|
|
1711
|
+
"format",
|
|
1711
1712
|
"height",
|
|
1712
1713
|
"toolbar.mode",
|
|
1713
1714
|
"toolbar.sticky",
|
|
@@ -2757,6 +2758,27 @@ var Jr = [
|
|
|
2757
2758
|
}
|
|
2758
2759
|
]
|
|
2759
2760
|
}),
|
|
2761
|
+
B({
|
|
2762
|
+
key: "props.format",
|
|
2763
|
+
editLevel: "capability",
|
|
2764
|
+
kind: "select",
|
|
2765
|
+
label: "值格式",
|
|
2766
|
+
path: "format",
|
|
2767
|
+
options: [
|
|
2768
|
+
{
|
|
2769
|
+
label: "HTML",
|
|
2770
|
+
value: "html"
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
label: "Markdown",
|
|
2774
|
+
value: "markdown"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
label: "Editor.js JSON",
|
|
2778
|
+
value: "editorjs-json"
|
|
2779
|
+
}
|
|
2780
|
+
]
|
|
2781
|
+
}),
|
|
2760
2782
|
B({
|
|
2761
2783
|
key: "props.height",
|
|
2762
2784
|
editLevel: "capability",
|