Skip to content

Commit

Permalink
Fix vr image editor view
Browse files Browse the repository at this point in the history
REDMINE-20848
  • Loading branch information
tf committed Oct 28, 2024
1 parent 95401f0 commit 5d13dc6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5d13dc6

Please sign in to comment.