@pageboard/html 0.11.17 → 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 CHANGED
@@ -180,6 +180,7 @@ 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',
@@ -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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pageboard/html",
3
- "version": "0.11.17",
3
+ "version": "0.11.18",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {