Sha256: 4042f3bca6c5ba669374a6fe58c1918cdd4f98893aa7ba330857427fdd82f59d
Contents?: true
Size: 371 Bytes
Versions: 25
Compression:
Stored size: 371 Bytes
Contents
class Brief::Apps::Blueprint::Project include Brief::Model defined_in Pathname(__FILE__) 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
25 entries across 25 versions & 1 rubygems