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