Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 377 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 377 Bytes

Add-on Installation Instructions

Enable the plugin by using the extraPlugins configuration setting

config.extraPlugins = 'videosnapshot';

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

config.allowedContent = true;

Add item with custom toolbar

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