@pageboard/html 0.11.16 → 0.11.18
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/elements/image.js +4 -2
- package/package.json +1 -1
package/elements/image.js
CHANGED
|
@@ -180,11 +180,12 @@ exports.inlineImage = {
|
|
|
180
180
|
display: {
|
|
181
181
|
title: 'Display options',
|
|
182
182
|
type: 'object',
|
|
183
|
+
nullable: true,
|
|
183
184
|
properties: {
|
|
184
185
|
avatar: {
|
|
185
186
|
title: 'avatar',
|
|
186
187
|
type: 'boolean',
|
|
187
|
-
default:
|
|
188
|
+
default: false
|
|
188
189
|
},
|
|
189
190
|
rounded: {
|
|
190
191
|
title: 'rounded',
|
|
@@ -212,7 +213,8 @@ exports.inlineImage = {
|
|
|
212
213
|
}, {
|
|
213
214
|
const: "right",
|
|
214
215
|
title: "right"
|
|
215
|
-
}]
|
|
216
|
+
}],
|
|
217
|
+
default: ""
|
|
216
218
|
},
|
|
217
219
|
align: {
|
|
218
220
|
title: 'align',
|