Sha256: eaec2910f02a75858cdd0839c187a2479dd19a2d192e23c33026f23a52990885

Contents?: true

Size: 291 Bytes

Versions: 15

Compression:

Stored size: 291 Bytes

Contents

class Brief::Apps::Blueprint::Outline
  include Brief::Model

  meta do
    type
  end

  content do
    h1 "h1"
    h2 "h2"
    h3 "h3"
    h4 "h4"
    h5 "h5"
    h6 "h6"
    headings "h1,h2,h3,h4,h5,h6"
    settings "code.yaml:first-of-type", :serialize => :yaml, :hide => true
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
brief-1.9.9 apps/blueprint/models/outline.rb
brief-1.9.8 apps/blueprint/models/outline.rb
brief-1.9.7 apps/blueprint/models/outline.rb
brief-1.9.6 apps/blueprint/models/outline.rb
brief-1.9.4 apps/blueprint/models/outline.rb
brief-1.9.3 apps/blueprint/models/outline.rb
brief-1.9.2 apps/blueprint/models/outline.rb
brief-1.9.1 apps/blueprint/models/outline.rb
brief-1.9.0 apps/blueprint/models/outline.rb
brief-1.8.12 apps/blueprint/models/outline.rb
brief-1.8.11 apps/blueprint/models/outline.rb
brief-1.8.10 apps/blueprint/models/outline.rb
brief-1.8.9 apps/blueprint/models/outline.rb
brief-1.8.8 apps/blueprint/models/outline.rb
brief-1.8.6 apps/blueprint/models/outline.rb