Changes

Jump to navigation Jump to search
495 bytes added ,  09:05, 7 August 2020
no edit summary
Line 9: Line 9:  
group: 'format',
 
group: 'format',
 
tools: {
 
tools: {
 +
"underline": {
 +
label: 'Underline',
 +
type: 'button',
 +
icon: '//upload.wikimedia.org/wikipedia/commons/f/fd/Button_underline.png',
 +
action: {
 +
type: 'encapsulate',
 +
options: {
 +
pre: "<u>",
 +
post: "</u>"
 +
}
 +
}
 +
},
 +
"justify-center": {
 +
label: 'Centered',
 +
type: 'button',
 +
icon: '//upload.wikimedia.org/wikipedia/commons/5/5f/Button_center.png',
 +
action: {
 +
type: 'encapsulate',
 +
options: {
 +
pre: "<center>",
 +
post: "</center>"
 +
}
 +
}
 +
},
 
"category": {
 
"category": {
 
label: 'Category',
 
label: 'Category',

Navigation menu