append callback behaviour

This commit is contained in:
Murod Khaydarov 2017-12-25 00:16:54 +03:00
commit 880359ddf9
8 changed files with 114 additions and 58 deletions

View file

@ -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'
// }
// },
]
}
});