diff --git a/entry_types/scrolled/package/src/contentElements/vrImage/editor.js b/entry_types/scrolled/package/src/contentElements/vrImage/editor.js index f3b0378d0..0213e342e 100644 --- a/entry_types/scrolled/package/src/contentElements/vrImage/editor.js +++ b/entry_types/scrolled/package/src/contentElements/vrImage/editor.js @@ -9,8 +9,8 @@ editor.contentElementTypes.register('vrImage', { supportedPositions: ['inline', 'sticky', 'standAlone', 'left', 'right', 'backdrop'], supportedWidthRange: ['xxs', 'full'], - configurationEditor() { - this.tab('general', function({entry}) { + configurationEditor({entry}) { + this.tab('general', function() { this.input('image', FileInputView, { collection: 'image_files', fileSelectionHandler: 'contentElementConfiguration',