Sha256: 75d7aab598c9c1439953ff58d175ec08865c48bf6e9e979d9ceae09c6646a879
Contents?: true
Size: 454 Bytes
Versions: 8
Compression:
Stored size: 454 Bytes
Contents
class CreateTabbedContentWidget < ::Scrivito::Migration def up Scrivito::ObjClass.create( name: 'TabbedContentWidget', is_binary: false, attributes: [ {name: 'tabs', type: :widget}, ] ) Scrivito::ObjClass.create( name: 'TabbedContentTabWidget', is_binary: false, attributes: [ {name: 'headline', type: :string}, {name: 'content', type: :widget}, ] ) end end
Version data entries
8 entries across 8 versions & 1 rubygems