Suggestion page variables
Variable | Description |
---|---|
page_headline | Collects title of users suggestion e.g. |
comment | Displays content of comment e.g. |
content | Displays content of suggestion e.g. {{ page.suggestion.content }} |
image_url | Link to uploaded suggestion picture e.g. {{ page.suggestion.image_url }} |
suggestion_box_taggings | Array of page_tagging objects for the parent suggestion box e.g. |
suggestion_box_tag_names | Array of tag names for the parent's suggestion box e.g. |
signup_taggings | Array of page_signup_tagging objects of how people have tagged this suggestione.g. |
signup_tag_names | Array of tag names that people have tagged this suggestion with e.g. |
tag_list_html | Displays the list of tags available e.g. {{ page.suggestion.tag_list_html }} |
admin_edit_url | Link to suggestion's admin page e.g. |