Created
June 17, 2015 14:02
-
-
Save jackmcdade/803fc9390fd96220b1c8 to your computer and use it in GitHub Desktop.
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: Page | |
include: | |
- meta | |
fields: | |
_template: | |
display: Template | |
type: templates | |
header_image: | |
type: file | |
allowed: [png, jpg, gif] | |
destination: assets/img/ | |
resize: | |
width: 1920 | |
quality: 60 | |
tagline: | |
required: false | |
type: grid | |
max_rows: 1 | |
fields: | |
first_line: | |
display: First Line | |
type: text | |
width: 25% | |
second_line: | |
display: Second Line | |
type: text | |
width: 75% | |
instructions: | | |
This is a tagline that can appear over the top of the header image, where applicable. | |
page_content: | |
type: replicator | |
instructions: | | |
This is freeform. Replicate a new set for each piece of content you need. | |
sets: | |
image_set: | |
display: Big Image | |
fields: | |
photo: | |
type: file | |
allowed: [png, jpg, gif] | |
destination: assets/img/ | |
resize: | |
width: 1920 | |
quality: 60 | |
caption: | |
type: text | |
instructions: Describe the photo | |
overlay: | |
type: grid | |
fields: | |
first_line: | |
display: First Line | |
type: text | |
width: 45% | |
second_line: | |
display: Second Line | |
type: text | |
width: 45% | |
bottom: | |
type: checkbox | |
width: 10% | |
display: Bottom? | |
instructions: Leave unchecked for top position | |
words_set: | |
display: Words | |
fields: | |
text: | |
display: Text | |
type: markitup | |
image_dir: assets/img/ | |
portfolio_set: | |
display: Portfolio Set | |
fields: | |
headline: | |
display: Video Group Headline | |
type: text | |
work: | |
display: Video | |
type: suggest | |
content: | |
folder: work | |
value: url | |
words: | |
display: Text | |
type: markitup | |
image_dir: assets/img/ | |
portfolio_single_set: | |
display: Portfolio Video | |
fields: | |
work: | |
display: Video | |
type: suggest | |
content: | |
folder: work | |
value: url | |
video_set: | |
display: Reference Video Set | |
fields: | |
headline: | |
display: Video Group Headline | |
type: text | |
required: false | |
video_gallery: | |
display: Images | |
type: grid | |
fields: | |
vimeocode: | |
display: Vimeo Code | |
type: text | |
instructions: Just the numeric code from the end of a Vimeo url | |
youtubecode: | |
display: YouTube Code | |
type: text | |
instructions: Just the alpha-numeric code from the end of a YouTube url | |
image_portfolio_set: | |
display: Reference Images | |
fields: | |
headline: | |
display: Headline | |
type: text | |
required: no | |
image_gallery: | |
display: Images | |
type: grid | |
fields: | |
images: | |
type: file | |
allowed: [png, jpg, gif] | |
destination: assets/img/ | |
resize: | |
width: 1920 | |
quality: 60 | |
caption: | |
type: text | |
instructions: Describe the photo | |
pages_set: | |
display: List of Pages | |
fields: | |
featured_pages: | |
display: Pages | |
type: suggest | |
content: | |
folder: * | |
value: url | |
type: all | |
proposal_concept_set: | |
display: Proposal Concept (Proposal Only) | |
fields: | |
rationale: | |
display: Concept Rationale | |
type: text | |
quote: | |
display: Quote | |
type: grid | |
starting_rows: 3 | |
min_rows: 3 | |
max_rows: 5 | |
fields: | |
phase: | |
display: Phase | |
type: select | |
width: 25% | |
options: | |
- Pre-Production | |
- Production | |
- Equipment | |
- Post-Production | |
- Other | |
line_items: | |
display: Line Items | |
type: grid | |
width: 50% | |
starting_rows: 1 | |
min_rows: 1 | |
max_rows: 20 | |
fields: | |
item: | |
display: Item | |
type: text | |
width: 25% | |
number: | |
display: Number (days/hours/etc.) | |
type: number | |
price: | |
display: Price | |
type: bison_price | |
concept_description: | |
display: Concept Description/Strategy | |
type: text | |
inspiration: | |
display: Inspiration/Reference | |
required: false | |
type: grid | |
fields: | |
headline: | |
display: Video Group Headline | |
type: text | |
required: false | |
inspiration_gallery: | |
display: Inspiration/Reference Gallery | |
type: grid | |
fields: | |
videos: | |
display: Videos | |
type: grid | |
required: false | |
fields: | |
vimeo_or_youtube: | |
display: Vimeo or Youtube? | |
type: select | |
options: | |
- Vimeo | |
- YouTube | |
videocode: | |
display: Video Embed Code | |
type: text | |
instructions: Just the numeric code from the end of a Vimeo or Youtube url | |
caption: | |
display: Caption | |
type: text | |
images: | |
display: Images | |
type: grid | |
required: false | |
fields: | |
photos: | |
type: file | |
allowed: [png, jpg, gif] | |
destination: assets/img/ | |
caption: | |
type: text | |
instructions: Describe the photo | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment