mirror of
https://github.com/codex-team/editor.js
synced 2026-03-18 00:19:53 +01:00
append callback behaviour
This commit is contained in:
parent
80500aedb4
commit
880359ddf9
8 changed files with 114 additions and 58 deletions
|
|
@ -62,7 +62,7 @@
|
|||
holderId : 'codex-editor',
|
||||
initialBlock : 'text',
|
||||
tools: {
|
||||
text: Text,
|
||||
text: Text
|
||||
},
|
||||
toolsConfig: {
|
||||
quote: {
|
||||
|
|
@ -73,18 +73,18 @@
|
|||
},
|
||||
data: {
|
||||
items: [
|
||||
{
|
||||
type : 'text',
|
||||
data : {
|
||||
text : 'Привет от CodeX'
|
||||
}
|
||||
},
|
||||
{
|
||||
type : 'text',
|
||||
data : {
|
||||
text : 'Пишите нам на team@ifmo.su'
|
||||
}
|
||||
},
|
||||
// {
|
||||
// type : 'text',
|
||||
// data : {
|
||||
// text : 'Привет от CodeX'
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// type : 'text',
|
||||
// data : {
|
||||
// text : 'Пишите нам на team@ifmo.su'
|
||||
// }
|
||||
// },
|
||||
]
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue