Sha256: 62dd8168cbe5de385f3ab6ab455983e512ae46ee6702d792f05b95e943005837
Contents?: true
Size: 315 Bytes
Versions: 76
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true module Decidim module ContentBlocks class HtmlSettingsFormCell < Decidim::ViewModel alias form model def content_block options[:content_block] end def label I18n.t("decidim.content_blocks.html.html_content") end end end end
Version data entries
76 entries across 76 versions & 1 rubygems