Skip to content

Commit

Permalink
Add missing config for image thumnbails
Browse files Browse the repository at this point in the history
  • Loading branch information
advoor committed May 27, 2019
1 parent c14bba2 commit 114ae2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/config/nova-editor-js.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,15 @@
'url' => [
'type' => 'string',
],
'thumbnails' => [
'type' => 'array',
'required' => false,
'data' => [
'-' => [
'type' => 'string',
]
],
]
],
],
'caption' => [
Expand Down

0 comments on commit 114ae2c

Please sign in to comment.