Skip to content

Commit

Permalink
Merge pull request #2187 from tf/rm-info-table-feature-flag
Browse files Browse the repository at this point in the history
No longer place info table behind feature flag
  • Loading branch information
tf authored Jan 8, 2025
2 parents 2987f54 + cbfbd77 commit d921269
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions entry_types/scrolled/config/locales/new/info_table.de.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
de:
pageflow:
info_table_content_element:
feature_name: Info-Tabelle Element
pageflow_scrolled:
editor:
content_elements:
Expand Down
3 changes: 0 additions & 3 deletions entry_types/scrolled/config/locales/new/info_table.en.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
en:
pageflow:
info_table_content_element:
feature_name: Info table element
pageflow_scrolled:
editor:
content_elements:
Expand Down
1 change: 0 additions & 1 deletion entry_types/scrolled/lib/pageflow_scrolled/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def configure(config)
c.features.register('scrolled_entry_fragment_caching')
c.features.register('backdrop_content_elements')
c.features.register('external_links_options')
c.features.register('info_table_content_element')

c.additional_frontend_seed_data.register(
'frontendVersion',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {SeparatorView} from 'pageflow/ui'
import pictogram from './pictogram.svg';

editor.contentElementTypes.register('infoTable', {
featureName: 'info_table_content_element',
pictogram,
supportedPositions: ['inline', 'sticky', 'standAlone', 'left', 'right'],
supportedWidthRange: ['s', 'xl'],
Expand Down

0 comments on commit d921269

Please sign in to comment.