Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 453 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 453 Bytes

Add-on Installation Instructions

Enable the plugin by using the extraPlugins configuration setting

config.extraPlugins = 'simplebutton';

If you use sourcedialog plugin, you need to enable allowedContent option

config.allowedContent = true;

Add item with custom toolbar

config.toolbar = [
	...
	{ name: 'other', items: ['simplebutton'] }
]

My other plugin

Video Snapshot