Ghost/core/test/integration
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
..
api Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
data/importer/importers 🐛 Fixed unable to publish a post after slack hook import 2018-06-11 11:08:08 +02:00
helpers Removed knex mock (#9685) 2018-06-12 20:26:16 +02:00
model Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
services/url Fixed collection ownership if a published post status changes to featured 2018-06-17 10:41:05 +02:00
web Dynamic Routing Beta: Better template support 2018-06-21 16:22:45 +02:00
export_spec.js Moved ghost-version to lib 2017-12-14 22:14:55 +01:00
migration_spec.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
update_check_spec.js Use Bookshelf in our test env (#9592) 2018-04-25 17:13:35 +02:00