Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
META-INF.resources.texteditor.toolbar.toolbar.json Maven / Gradle / Ivy
{
"options": ["inline", "blockType", "fontSize", "fontFamily", "list", "textAlign", "colorPicker", "link", "image"],
"inline": {
"options": ["bold", "italic", "underline", "strikethrough"]
},
"blockType": {
"inDropdown": true,
"options": ["Normal", "H1", "H2", "H3", "H4", "H5", "H6", "Blockquote", "Code"]
},
"fontSize": {
"inDropdown": true,
"options": [8, 9, 10, 11, 12, 14, 16, 18, 24, 30, 36, 48, 60, 72, 96]
},
"fontFamily": {
"options": ["Arial", "Georgia", "Impact", "Tahoma", "Times New Roman", "Verdana"]
},
"list": {
"inDropdown": true,
"options": ["unordered", "ordered", "indent", "outdent"]
},
"textAlign": {
"inDropdown": true,
"options": ["left", "center", "right", "justify"]
},
"link": {
"inDropdown": false
}
}