Skip to content

Commit

Permalink
Make hotspots element generally available
Browse files Browse the repository at this point in the history
Also remove unsed image gallery feature flag.

REDMINE-20673
  • Loading branch information
tf committed Nov 28, 2024
1 parent 04064f7 commit 02bb446
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions entry_types/scrolled/config/locales/new/hotspots.de.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
de:
pageflow:
hotspots_content_element:
feature_name: Hotspots Inhaltselement
pageflow_scrolled:
inline_editing:
select_link_destination: "Link-Ziel auswählen"
Expand Down
3 changes: 0 additions & 3 deletions entry_types/scrolled/config/locales/new/hotspots.en.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
en:
pageflow:
hotspots_content_element:
feature_name: Hotspots content element
pageflow_scrolled:
inline_editing:
select_link_destination: "Select link destination"
Expand Down
2 changes: 0 additions & 2 deletions entry_types/scrolled/lib/pageflow_scrolled/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ def configure(config)
c.features.register('datawrapper_chart_embed_opt_in')
c.features.enable_by_default('datawrapper_chart_embed_opt_in')
c.features.register('iframe_embed_content_element')
c.features.register('hotspots_content_element')
c.features.register('image_gallery_content_element')
c.features.register('frontend_v2')
c.features.register('scrolled_entry_fragment_caching')
c.features.register('backdrop_content_elements')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ editor.registerSideBarRouting({
editor.contentElementTypes.register('hotspots', {
pictogram,
category: 'interactive',
featureName: 'hotspots_content_element',
supportedPositions: ['inline', 'sticky', 'standAlone', 'left', 'right', 'backdrop'],
supportedWidthRange: ['xxs', 'full'],

Expand Down

0 comments on commit 02bb446

Please sign in to comment.