Skip to content

Instantly share code, notes, and snippets.

@marnixk
Created August 3, 2023 08:11
Show Gist options
  • Save marnixk/d43040df870ebec66e02130c7c49501c to your computer and use it in GitHub Desktop.
Save marnixk/d43040df870ebec66e02130c7c49501c to your computer and use it in GitHub Desktop.
Bloomreach XM: Configuration for more toolbar items on HTML component
Overlayed:
{
"plugins": "a11yhelp,autolink,basicstyles,button,clipboard,codemirror,contextmenu,copyformatting,dialog,dialogadvtab,dialogui,divarea,elementspath,enterkey,entities,floatingspace,floatpanel,hippopicker,htmlwriter,indent,indentblock,indentlist,justify,link,list,listblock,liststyle,magicline,maximize,menu,menubutton,panel,panelbutton,pastefromword,pastetext,pastetools,popup,removeformat,resize,richcombo,showblocks,showborders,specialchar,stylescombo,tab,table,tableresize,tableselection,tabletools,textselection,toolbar,undo,youtube"
}
Appended:
{
"toolbar" : [
{
"name": "listindentalign",
"items": ["BulletedList", "NumberedList", "Outdent", "Indent"]
},
{
"name": "links",
"items": ["Link"]
}
]
}
@marnixk
Copy link
Author

marnixk commented Aug 3, 2023

Makes the Bloomreach XM HTML component look like this:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment