@flozy/editor 10.9.1 → 10.9.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.
@@ -124,19 +124,25 @@ export const formStyle = [{
|
|
124
124
|
key: "alignment",
|
125
125
|
type: "alignment"
|
126
126
|
}]
|
127
|
-
},
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
127
|
+
},
|
128
|
+
// Commented out because the background functionality for forms has not been implemented yet
|
129
|
+
// {
|
130
|
+
// tab: "Background",
|
131
|
+
// value: "backgroundImage",
|
132
|
+
// fields: [
|
133
|
+
// {
|
134
|
+
// label: "URL",
|
135
|
+
// key: "backgroundImage",
|
136
|
+
// type: "text",
|
137
|
+
// },
|
138
|
+
// {
|
139
|
+
// label: "Background Image",
|
140
|
+
// key: "backgroundImage",
|
141
|
+
// type: "backgroundImage",
|
142
|
+
// },
|
143
|
+
// ],
|
144
|
+
// },
|
145
|
+
{
|
140
146
|
tab: "Add to Boards",
|
141
147
|
value: "metadatamapping",
|
142
148
|
fields: [{
|