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
{{ message }}
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
Panels, sections, and controls have methods for rendering the control's markup or a template for client-side rendering. How should these get expressed in the REST API endpoints? Should they be excluded? Should we essentially deprecate rendered objects and only support templates via the REST API? If so, how then should clients access the templates that are defined in the render_template methods? We should be forward-thinking here as well. What would the ideal look like here for Customizer that is rendered via the REST API? Instead of an Underscore template string, should this instead return the (for example) React component name?
The text was updated successfully, but these errors were encountered:
Panels, sections, and controls have methods for rendering the control's markup or a template for client-side rendering. How should these get expressed in the REST API endpoints? Should they be excluded? Should we essentially deprecate rendered objects and only support templates via the REST API? If so, how then should clients access the templates that are defined in the
render_template
methods? We should be forward-thinking here as well. What would the ideal look like here for Customizer that is rendered via the REST API? Instead of an Underscore template string, should this instead return the (for example) React component name?The text was updated successfully, but these errors were encountered: