All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.texteditor.toolbar.toolbar.json Maven / Gradle / Ivy

There is a newer version: 7.28.2
Show newest version
{
  "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
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy