move editor components to dropdown menu

This commit is contained in:
Shawn Erquhart
2017-04-19 16:47:08 -04:00
parent fdd85486d8
commit 9ff4e25736
5 changed files with 73 additions and 15 deletions

View File

@ -141,7 +141,6 @@
CMS.registerEditorComponent({
id: "youtube",
label: "Youtube",
icon: 'video',
fields: [{name: 'id', label: 'Youtube Video ID'}],
pattern: /^{{<\s?youtube (\S+)\s?>}}/,
fromBlock: function(match) {