Sha256: c96d579beef4500f238189997c3ad4781ddb768da7d0cbd662ce866cd75751fb
Contents?: true
Size: 322 Bytes
Versions: 13
Compression:
Stored size: 322 Bytes
Contents
# frozen_string_literal: true module Decidim module Proposals module ContentBlocks class HighlightedProposalsCell < Decidim::ContentBlocks::HighlightedElementsWithCellForListCell private def list_cell_path = "decidim/proposals/highlighted_proposals_for_component" end end end end
Version data entries
13 entries across 13 versions & 1 rubygems