Created
August 22, 2014 19:10
-
-
Save nobodyiscertain/762686e8c6f38c0a92e9 to your computer and use it in GitHub Desktop.
Statamic Content Type Example
This file contains hidden or 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
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