Skip to content

Commit 02bb446

Browse files
committed
Make hotspots element generally available
Also remove unsed image gallery feature flag. REDMINE-20673
1 parent 04064f7 commit 02bb446

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

entry_types/scrolled/config/locales/new/hotspots.de.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
de:
2-
pageflow:
3-
hotspots_content_element:
4-
feature_name: Hotspots Inhaltselement
52
pageflow_scrolled:
63
inline_editing:
74
select_link_destination: "Link-Ziel auswählen"

entry_types/scrolled/config/locales/new/hotspots.en.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
en:
2-
pageflow:
3-
hotspots_content_element:
4-
feature_name: Hotspots content element
52
pageflow_scrolled:
63
inline_editing:
74
select_link_destination: "Select link destination"

entry_types/scrolled/lib/pageflow_scrolled/plugin.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ def configure(config)
3737
c.features.register('datawrapper_chart_embed_opt_in')
3838
c.features.enable_by_default('datawrapper_chart_embed_opt_in')
3939
c.features.register('iframe_embed_content_element')
40-
c.features.register('hotspots_content_element')
41-
c.features.register('image_gallery_content_element')
4240
c.features.register('frontend_v2')
4341
c.features.register('scrolled_entry_fragment_caching')
4442
c.features.register('backdrop_content_elements')

entry_types/scrolled/package/src/contentElements/hotspots/editor/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ editor.registerSideBarRouting({
1818
editor.contentElementTypes.register('hotspots', {
1919
pictogram,
2020
category: 'interactive',
21-
featureName: 'hotspots_content_element',
2221
supportedPositions: ['inline', 'sticky', 'standAlone', 'left', 'right', 'backdrop'],
2322
supportedWidthRange: ['xxs', 'full'],
2423

0 commit comments

Comments
 (0)