Created
March 20, 2015 07:44
-
-
Save rossriley/530d18fe8aca6d83276a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## This is how it should look | |
news: | |
name: News | |
singular_name: Article | |
slug: latest | |
fields: | |
title: | |
type: text | |
class: large | |
group: content | |
slug: | |
type: slug | |
uses: title | |
group: content | |
relations: | |
smallcats: | |
multiple: true | |
order: -id | |
### This is how i think you have it at the moment.... | |
news: | |
name: News | |
singular_name: Article | |
slug: latest | |
fields: | |
title: | |
type: text | |
class: large | |
group: content | |
slug: | |
type: slug | |
uses: title | |
group: content | |
relations: | |
smallcats: | |
multiple: true | |
order: -id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment