Skip to content

Commit

Permalink
Merge pull request #4319 from serlo/add-interactive-video-icon
Browse files Browse the repository at this point in the history
feat(interactive-video): add plugin icon
  • Loading branch information
elbotho authored Nov 28, 2024
2 parents 798c08e + 0acc9ff commit e6fee9b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion packages/editor/src/plugins/rows/utils/plugin-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import IconHighlight from '@editor/editor-ui/assets/plugin-icons/icon-highlight.
import IconImage from '@editor/editor-ui/assets/plugin-icons/icon-image.svg?raw'
import IconInjection from '@editor/editor-ui/assets/plugin-icons/icon-injection.svg?raw'
import IconInputExercise from '@editor/editor-ui/assets/plugin-icons/icon-input-exercise.svg?raw'
import IconInteractiveVideo from '@editor/editor-ui/assets/plugin-icons/icon-interactive-video.svg?raw'
import IconMcExercise from '@editor/editor-ui/assets/plugin-icons/icon-mc-exercise.svg?raw'
import IconMultimedia from '@editor/editor-ui/assets/plugin-icons/icon-multimedia.svg?raw'
import IconScExercise from '@editor/editor-ui/assets/plugin-icons/icon-sc-exercise.svg?raw'
Expand Down Expand Up @@ -228,7 +229,7 @@ const iconLookup: Record<PluginMenuType, string> = {
[pluginMenuType.BlanksExerciseDragAndDrop]: IconBlanksDragAndDrop,
[pluginMenuType.H5p]: IconH5p,
[pluginMenuType.ExerciseGroup]: IconFallback,
[pluginMenuType.InteractiveVideo]: IconFallback,
[pluginMenuType.InteractiveVideo]: IconInteractiveVideo,
[pluginMenuType.Audio]: IconAudio,
[pluginMenuType.PageLayout]: IconFallback,
[pluginMenuType.PagePartners]: IconFallback,
Expand Down

0 comments on commit e6fee9b

Please sign in to comment.