mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
6f457768a2
needed for #4852 Before this, calling `{{url}}` with a nav context from #4541 would output `/`. This adds a check in `urlFor` that looks for keys in a nav context object, namely `slug`, `current`, `label`, & `url`. This change allows for a url to pass through if used in a nav context. * adds `schema.isNav()` * adds tests to `url_spec.js` * handles absolute urls correctly even if `absolute=true` |
||
---|---|---|
.. | ||
export | ||
fixtures | ||
import | ||
importer | ||
migration | ||
sitemap | ||
utils | ||
validation | ||
versioning | ||
default-settings.json | ||
schema.js |