Skip to content

Instantly share code, notes, and snippets.

@rossriley
Created March 20, 2015 07:44
Show Gist options
  • Save rossriley/530d18fe8aca6d83276a to your computer and use it in GitHub Desktop.
Save rossriley/530d18fe8aca6d83276a to your computer and use it in GitHub Desktop.
## 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