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
@truekasun Is your featured.hbs located in your theme's partials/ directory? If so, this may actually be #523, and not have anything to do with the #get helper function.
This is a separate bug from the partials/ problem. (Although it might have BOTH problems.) (I applied @unitof 's fix, and nope, these are still not parsed correctly.)
Adding on a bit with another example: {{#get "posts" filter="featured:false+tags:-[{{@custom.tag_1_slug}}]" [email protected]_post_count include="tags,authors" }}
@custom.latest_post_count is OK. But @custom.tag_1_slug is not.
{{#match @custom.tag_1_slug "=" "fred"}} is also ok.
gscan result on Ghost
featured.hbs
package.json
Note:
The expected functionality (Tags filtered from the slugs inside the custom setting) is working fine. But it throws an error while validating.
The text was updated successfully, but these errors were encountered: