Skip to content

Commit

Permalink
Add stand alone position to image gallery
Browse files Browse the repository at this point in the history
REDMINE-20192
  • Loading branch information
tf committed Jan 9, 2024
1 parent 9c3a3dc commit e64550b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import pictogram from './pictogram.svg';
editor.contentElementTypes.register('imageGallery', {
pictogram,
category: 'media',
supportedPositions: ['inline', 'sticky', 'left', 'right'],
supportedPositions: ['inline', 'sticky', 'standAlone', 'left', 'right'],
supportedWidthRange: ['xxs', 'full'],

configurationEditor({entry, contentElement}) {
Expand Down

0 comments on commit e64550b

Please sign in to comment.