Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Jon ClausenJon ClausenFix versions
Components
Priority
Major
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Jon Clausen
Jon ClausenFix versions
Components
Priority
Sentry
Sentry
Sentry
Created February 20, 2016 at 9:12 PM
Updated April 22, 2016 at 4:40 AM
Resolved April 22, 2016 at 4:40 AM
Implement formats detection (or at least enable JSON format) so that template designers may use javascript frameworks (e.g. Angular) to pull and render content.
All of the core content GET methods in contentbox-ui/handlers should allow for JSON return.
Example:
{{
/blog/category/coldbox - core handler rendering with layout
/blog/category/coldbox.json - renders JSON of category entries, according to the defined specs
/blog/category/coldbox.html - renders with noLayout()
}}