apps/blueprint/models/wireframe.rb in brief-1.11.9 vs apps/blueprint/models/wireframe.rb in brief-1.11.10
- old
+ new
@@ -6,10 +6,17 @@
meta do
title
parent_title
sitemap
project
+ features
category
tags
annotations Hash
+ end
+
+ content do
+ define_section("System Interactions") do
+ each("h2").has(:title => "h2", :paragraph => "p:first-of-type", :link => "a")
+ end
end
end