Sha256: 1cae5ba9b0631541c4d8b68f133420042c92dae938c27613e03e0c1c1a2aed08
Contents?: true
Size: 342 Bytes
Versions: 14
Compression:
Stored size: 342 Bytes
Contents
class Brief::Apps::Blueprint::Page 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 "pre[lang='yaml'] code:first-of-type", :serialize => :yaml, :hide => true end end
Version data entries
14 entries across 14 versions & 1 rubygems