0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/core/test
Hannah Wolfe 5365094dfc 🐛 Provided get helper filters access to globals
closes #10448

- using @site.lang to read posts is a valid use case for the get helper filters
- get helper filters have special treatment of anything wrapped in {{}}, in the form of resolvePaths
- resolvePaths uses some custom logic + jsonpath to find the right bit of data to inject
- this function had no handling for globals starting with `@`, and also didn't have access to them
2019-02-04 15:26:45 +00:00
..
acceptance Reduced & moved acceptance tests for content API 2019-02-04 15:58:18 +01:00
regression Reduced & moved acceptance tests for content API 2019-02-04 15:58:18 +01:00
unit 🐛 Provided get helper filters access to globals 2019-02-04 15:26:45 +00:00
utils Shortened admin key length (#10418) 2019-01-24 13:46:33 +00:00
.eslintrc.json ESlint rule: no-multiple-empty-lines 2017-11-06 10:12:18 +00:00
.jshintrc