apps/blueprint/models/mockup.rb in brief-1.12.8 vs apps/blueprint/models/mockup.rb in brief-1.12.9
- old
+ new
@@ -4,13 +4,19 @@
defined_in Pathname(__FILE__)
meta do
title
parent_title
+ image
sitemap
project
category
- tags
annotations Hash
tags Array
+ end
+
+ content do
+ define_section("System Interactions") do
+ each("h2").has(:title => "h2", :paragraph => "p:first-of-type", :link => "a")
+ end
end
end