Sha256: 53e6a93ef8c5518f185929e65dec5b87a1e8aca99349eda1aeb031943e8b336f

Contents?: true

Size: 537 Bytes

Versions: 18

Compression:

Stored size: 537 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module ContentBlocks
    module StaticPage
      class TwoPaneSectionSettingsFormCell < Decidim::ViewModel
        alias form model

        def content_block
          options[:content_block]
        end

        def label_left_column
          I18n.t("decidim.content_blocks.static_page.two_pane_section.left_column")
        end

        def label_right_column
          I18n.t("decidim.content_blocks.static_page.two_pane_section.right_column")
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
decidim-core-0.30.0.rc3 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.30.0.rc2 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.30.0.rc1 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.29.2 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.28.5 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.29.1 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.28.4 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.29.0 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.28.3 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.29.0.rc4 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.29.0.rc3 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.29.0.rc2 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.29.0.rc1 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.28.2 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.28.1 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.28.0 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.28.0.rc5 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb
decidim-core-0.28.0.rc4 app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb