Skip to content

Instantly share code, notes, and snippets.

@nobodyiscertain
Created August 22, 2014 19:10
Show Gist options
  • Save nobodyiscertain/762686e8c6f38c0a92e9 to your computer and use it in GitHub Desktop.
Save nobodyiscertain/762686e8c6f38c0a92e9 to your computer and use it in GitHub Desktop.
Statamic Content Type Example
title: Property
fields:
slug:
hide: true
title:
required: true
type: text
property-details:
type: section
teaser:
type: redactor
content:
display: Description
type: redactor
price:
type: text
required: true
year_built:
display: Year Built
type: text
required: true
square_footage:
display: Square Footage
type: text
required: true
bedrooms:
type: text
required: true
baths:
type: text
required: true
location:
type: text
required: true
map:
type: location
required: true
common_locations: null
section:
type: section
display: Property Photos
images:
type: grid
starting_rows: 1
min_rows: 1
fields:
caption:
type: text
file:
type: file
allowed: ['jpg', 'jpeg', 'gif', 'png']
destination: assets/properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment