Created
August 3, 2023 08:11
-
-
Save marnixk/d43040df870ebec66e02130c7c49501c to your computer and use it in GitHub Desktop.
Bloomreach XM: Configuration for more toolbar items on HTML component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Makes the Bloomreach XM HTML component look like this: