Module: Decidim::Proposals::ParticipatoryTextSection

Extended by:
ActiveSupport::Concern
Included in:
Proposal
Defined in:
decidim-proposals/lib/decidim/proposals/participatory_text_section.rb

Overview

The data store for a Proposal in the Decidim::Proposals component.

Constant Summary collapse

LEVELS =
{
  section: "section", sub_section: "sub-section", article: "article"
}.freeze