Ghost/core/test/unit
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
..
adapters Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
api Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
apps 🐛 Fixed preview url and Zapier on subdirectory (#9683) 2018-06-12 16:36:58 +01:00
config Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
data 🐛 Fixed preview url and Zapier on subdirectory (#9683) 2018-06-12 16:36:58 +01:00
helpers 🐛 Fixed preview url and Zapier on subdirectory (#9683) 2018-06-12 16:36:58 +01:00
lib Koenig - Do not render image cards with no src on the front-end 2018-06-14 14:57:09 +01:00
models Removed knex mock (#9685) 2018-06-12 20:26:16 +02:00
public Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
services Dynamic Routing Beta: Better template support 2018-06-21 16:22:45 +02:00
web Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
filters_spec.js Tidy up unit test files (#9340) 2017-12-14 03:36:50 +01:00