UNPKG

apostrophe

Version:

Apostrophe is a user-friendly content management system. You'll need more than this core module. See apostrophenow.org to get started.

15 lines (12 loc) 398 B
/* global rangy, $, _ */ /* global alert, prompt, AposSlideshowWidgetEditor, apos */ function AposButtonsWidgetEditor(options) { var self = this; options.template = '.apos-buttons-editor'; options.type = 'buttons'; options.options = options.options || {}; options.options.extraFields = true; AposSlideshowWidgetEditor.call(self, options); } AposButtonsWidgetEditor.label = "Buttons";