Skip to content

Commit

Permalink
Add dropDownMenuName for FileInputView in EditSectionView
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKuhn committed Dec 13, 2024
1 parent 0822db2 commit 30588d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export const EditSectionView = EditConfigurationView.extend({
visibleBinding: 'backdropType',
visibleBindingValue: 'image',
positioning: false,
dropDownMenuItems: [editMotifAreaMenuItem, InlineFileRightsMenuItem]
dropDownMenuItems: [editMotifAreaMenuItem, InlineFileRightsMenuItem],
dropDownMenuName: 'backdropImageFileInput'
});
this.input('backdropVideo', FileInputView, {
collection: 'video_files',
Expand Down

0 comments on commit 30588d7

Please sign in to comment.