adds the Video button

This commit is contained in:
2016-09-25 00:40:49 +02:00
parent a24b9c4a65
commit 906f3a2178

View File

@ -122,7 +122,7 @@ WriteLiteral(@">
[{ 'header': 1 }, { 'header': 2 }], // custom button values
[{ 'list': 'ordered' }, { 'list': 'bullet' }],
[{ 'indent': '-1' }, { 'indent': '+1' }], // outdent/indent
['link', 'image'],
['link', 'image', 'video'],
['clean'] // remove formatting button
];