Module: Decidim::EnhancedTextwork::ParticipatoryTextSection

Extended by:
ActiveSupport::Concern
Included in:
Paragraph
Defined in:
lib/decidim/enhanced_textwork/participatory_text_section.rb

Overview

The data store for a Paragraph in the Decidim::EnhancedTextwork component.

Constant Summary collapse

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