browsermedia/browsercms

Content blocks should be generated with the :show syntax

Closed this issue · 1 comments

New blocks should have their render.html.erb generated with the new inline editable syntax like so:

<%= show :name %>
<%= show :description %>

Done.