You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shows/html/map.js contains the most generic content item templating so far. That's likely reusable (with some tweaks) for contact's and possibly many others.
The text was updated successfully, but these errors were encountered:
This is really about dealing with item preview. The item menu needs to preview the item. However, the template used is page conditional--though there should be one basic one for all types.
Ideally, there should be a default template available with the type~{name} document, but that's not currently how it is...they're only in the template~{name} documents.
Next steps:
provide default Handlebars templates in the type~{name} docs
only use template~{name} type templates for overrides
store the type of the item in page_items (so we can include them in the map/reduce)
Know troubles:
what if the type of the item changes?...we don't actually allow that currently...maybe we never should...
shows/html/map.js contains the most generic content item templating so far. That's likely reusable (with some tweaks) for contact's and possibly many others.
The text was updated successfully, but these errors were encountered: