-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
How to reproduce
- Start hammer:
hammer-start - Navigate to the backpage template in the design system: http://localhost:2000/wvu-design-system/views/backpage.html
r:page:data_existsis used in the_wvu-component-footer.htmland in the_wvu-check-if-saved.htmlpartials.
Tag to add support for
page:data_exists:
A couple different ways to use it:
<h2><r:page:data_exists /></h2>
<h2><r:page:data_exists for="cool_custom_attribute" /></h2>
<r:set_var name="isSaved" default="{page:data_exists}" />