Skip to content

Commit 114ae2c

Browse files
committedMay 27, 2019
Add missing config for image thumnbails
1 parent c14bba2 commit 114ae2c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎src/config/nova-editor-js.php

+9
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,15 @@
154154
'url' => [
155155
'type' => 'string',
156156
],
157+
'thumbnails' => [
158+
'type' => 'array',
159+
'required' => false,
160+
'data' => [
161+
'-' => [
162+
'type' => 'string',
163+
]
164+
],
165+
]
157166
],
158167
],
159168
'caption' => [

0 commit comments

Comments
 (0)