Sha256: 63517a8b8e3ff5152d70d7a58d2748d40d2a49ddb3c633ea246481226ef5b2e9
Contents?: true
Size: 331 Bytes
Versions: 6
Compression:
Stored size: 331 Bytes
Contents
# frozen_string_literal: true module Decidim module EnhancedTextwork module Admin # A form object to be used when admin users wants to split two or more # paragraphs into a new one to another paragraph component in the same space. class ParagraphsSplitForm < ParagraphsForkForm end end end end
Version data entries
6 entries across 6 versions & 1 rubygems