Sha256: 856de1015038ff6abe370d15345865ee52b9714d78d1830b16e3d10f486f6431
Contents?: true
Size: 304 Bytes
Versions: 144
Compression:
Stored size: 304 Bytes
Contents
# frozen_string_literal: true module Decidim module Pages module Admin # This class holds a Form to update pages from Decidim's admin panel. class PageForm < Decidim::Form include TranslatableAttributes translatable_attribute :body, String end end end end
Version data entries
144 entries across 144 versions & 2 rubygems