mirror of
https://github.com/codex-team/editor.js
synced 2026-03-18 08:29:52 +01:00
Merge branch 'master' into quote-module
# Conflicts: # codex-editor.js # codex-editor.js.map
This commit is contained in:
commit
bf065696b8
8 changed files with 5005 additions and 148 deletions
12
example.html
12
example.html
|
|
@ -134,17 +134,19 @@
|
|||
defaultStyle : 'withPhoto'
|
||||
}
|
||||
},
|
||||
image: {
|
||||
type: 'image',
|
||||
image_extended: {
|
||||
type: 'image_extended',
|
||||
iconClassname: 'ce-icon-picture',
|
||||
make: image.make,
|
||||
appendCallback: image.appendCallback,
|
||||
settings: image.makeSettings,
|
||||
prepare: image.prepare,
|
||||
makeSettings: image.makeSettings,
|
||||
render: image.render,
|
||||
save: image.save,
|
||||
isStretched: true,
|
||||
displayInToolbox: true,
|
||||
enableLineBreaks: false
|
||||
config: {
|
||||
uploadUrl : '/club/fetch'
|
||||
}
|
||||
},
|
||||
instagram: {
|
||||
type: 'instagram',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue