Sha256: bf23e9859365f74648ddd032b37b6d46d67a9b72d85c583ace2bd669eed6500e
Contents?: true
Size: 335 Bytes
Versions: 11
Compression:
Stored size: 335 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_data "code.yaml:first-of-type", :serialize => :yaml, :hide => true end end
Version data entries
11 entries across 11 versions & 1 rubygems