Sha256: 71a73ad43870cadd53e33a41f0b112e2730f26dbd26cd317c021dd0caa77e8d5

Contents?: true

Size: 338 Bytes

Versions: 18

Compression:

Stored size: 338 Bytes

Contents

class Brief::Apps::Blueprint::Project
  include Brief::Model

  meta do
    title
    category
    tags Array
  end

  content do
    paragraph "p:first-of-type"
    title "h1:first-of-type", :hide => true
    tagline "h2:first-of-type", :hide => true
    yaml_data "code.yaml:first-of-type", :serialize => :yaml, :hide => true
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

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