Sha256: 0b23419a3d429850924ba85ed685774e611cdf4ef24b4dd1f0ab2aab59e4c9b6
Contents?: true
Size: 405 Bytes
Versions: 43
Compression:
Stored size: 405 Bytes
Contents
# Text Component # ================ # # V3 # ----- # # { # searchable_body: '<p>Edit me</p>' # } # module Promethee::StructureUpgrader::Components class Text < Base def upgraded_attributes { 'body' => { 'searchable' => true, 'translatable' => true, 'type' => 'text', 'value' => attribute('searchable_body') } } end end end
Version data entries
43 entries across 43 versions & 1 rubygems