Sha256: 586f1492a9ccac861e64fe532e3c9ae830d39899bf69acee8b478c4f07feffc0
Contents?: true
Size: 604 Bytes
Versions: 43
Compression:
Stored size: 604 Bytes
Contents
# Video Component # ================ # # V3 # ----- # # { # url: 'https://vimeo.com/115082758', # autoplay: false # } # module Promethee::StructureUpgrader::Components class Video < Base def upgraded_attributes { 'url' => { 'searchable' => false, 'translatable' => true, 'type' => 'string', 'value' => string_attribute('url') }, 'autoplay' => { 'searchable' => false, 'translatable' => false, 'type' => 'boolean', 'value' => attribute('autoplay') } } end end end
Version data entries
43 entries across 43 versions & 1 rubygems