0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/unit/services/routing/helpers
kirrg001 0046dce39f Dynamic Routing Beta: Better template support
refs #9601

- single or multiple template definition
- possible formats:

```
routes:
  /about/: about
```

```
routes:
  /about/:
    template: about
```

```
routes:
  /about/:
    template:
      - about
      - me
```

```
collections
  /posts/:
    template:
      - posts
      - general
```

```
collections
  /posts/:
    template: posts
```
2018-06-21 16:22:45 +02:00
..
context_spec.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
error_spec.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
fetch-data_spec.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
format-response_spec.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
post-lookup_spec.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
templates_spec.js Dynamic Routing Beta: Better template support 2018-06-21 16:22:45 +02:00