Skip to content

Instantly share code, notes, and snippets.

@bobdenotter
Created March 5, 2013 14:23
Show Gist options
  • Save bobdenotter/5090627 to your computer and use it in GitHub Desktop.
Save bobdenotter/5090627 to your computer and use it in GitHub Desktop.
#bolt
entries:
name: Entries
singular_name: Entry
fields:
title:
type: text
class: large
slug:
type: slug
uses: title
image:
type: image
teaser:
type: html
height: 150px
body:
type: html
height: 300px
relations:
pages:
multiple: false
label: Select a page
order: -id
taxonomy: [ categories, tags ]
record_template: entry.twig
listing_template: listing.twig
listing_records: 10
sort: datecreated DESC
recordsperpage: 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment