Class: Decidim::Initiatives::ContentBlocks::HighlightedInitiativesSettingsFormCell

Inherits:
ViewModel
  • Object
show all
Defined in:
app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_settings_form_cell.rb

Instance Method Summary collapse

Instance Method Details

#content_blockObject



9
10
11
# File 'app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_settings_form_cell.rb', line 9

def content_block
  options[:content_block]
end

#labelObject



13
14
15
# File 'app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_settings_form_cell.rb', line 13

def label
  I18n.t("decidim.initiatives.admin.content_blocks.highlighted_initiatives.max_results")
end