Sha256: beffc5429f98773ce316e69dc00253981fbce1bd1a57c0ee2b9ebfb6f08d65d4
Contents?: true
Size: 821 Bytes
Versions: 27
Compression:
Stored size: 821 Bytes
Contents
class CreatePageflowScrolledContentElements < ActiveRecord::Migration[5.2] def change create_table :pageflow_scrolled_content_elements do |t| t.references :section t.integer :perma_id # deep link / anchor for menu t.string :type_name # maps to React-component-name t.text :configuration # schemaless JSON # - Heading: # - (HTML) text content # - first: true # - TextBlock: # - (HTML) text content # - InlineVideo # - position (full) # - autoplay (true/false) # - controls (true/false) t.timestamps end end end
Version data entries
27 entries across 27 versions & 1 rubygems