Sha256: b656c35f23ed519482b40699ebb5f67bafbddcdf769f0f6bbd582ee031df5a39
Contents?: true
Size: 434 Bytes
Versions: 16
Compression:
Stored size: 434 Bytes
Contents
class Brief::Apps::Blueprint::Diagram include Brief::Model defined_in Pathname(__FILE__) meta do title subheading status String, :in => "draft published" end content do title "h1:first-of-type" subheading "h2:first-of-type" define_section "Annotations" do each("h2").has(:title => "h2", :paragraphs => "p", :settings => "code") end end end
Version data entries
16 entries across 16 versions & 1 rubygems