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
When we have shortcodes like [site_name], [image]file1.jpg[/image] or any other shortcode in HtmlBodyPart or MarkdownBodyPart, shouldn't we process the shortcodes and return the raw value?
When we return content using REST API, returning the '[shortcode]` is not as useful as returning the resolved values.
Thoughts?
The text was updated successfully, but these errors were encountered:
I don't think we should return this processed content where we return the source currently, but we can have new fields to produce it. Kind of like rendered.
When we have shortcodes like [site_name], [image]file1.jpg[/image] or any other shortcode in HtmlBodyPart or MarkdownBodyPart, shouldn't we process the shortcodes and return the raw value?
When we return content using REST API, returning the '[shortcode]` is not as useful as returning the resolved values.
Thoughts?
The text was updated successfully, but these errors were encountered: