Skip to content

Instantly share code, notes, and snippets.

@nelsonpecora
Created July 5, 2017 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nelsonpecora/b256348a2b951f2ac6b111c8ab8736fb to your computer and use it in GitHub Desktop.
Save nelsonpecora/b256348a2b951f2ac6b111c8ab8736fb to your computer and use it in GitHub Desktop.
Site-specific behaviors: site transclusion vs (site args)
# site transclusion
someField:
_label: Some Field
_has:
- label
-
fn: description
value: Some site-specific field
-
fn: site-specific
behavior: checkbox-group
defaults:
options:
- News-Aggregation
- News-Commentary and Analysis
- News-Original Reporting
- List or Roundup
- First-Person Essay
- Review
- Slideshow Intro
- Q&A
- Profile
- Feature or Column
- Book Excerpt
- Quiz
- Video-Aggregation
- Video-Original News
- Video-Original
- Sponsor Post
- New York Magazine Story
sites:
thecut:
options:
- News-Aggregation
- News-Commentary and Analysis
- News-Original Reporting
- List or Roundup
- First-Person Essay
- Review
- Slideshow Intro
- TV Recap
- Q&A
- Profile
- Feature
- Column
- Book-Excerpt
- Quiz
- Look Book
- Video-Aggregation
- Video-Original News
- Video-Original
- Sponsor Post
- New York Magazine Story
strategist:
options:
- News
- List or Roundup
- Sale-Multiple Products
- Sale-Single Product
- First-Person Essay
- Review
- Q&A
- Interview
- Feature or Column
- Quiz
- Video-Aggregation
- Video-Original
- Sponsor Post
- New York Magazine Story
# (site args)
someField:
_label: Some Field
_has:
- label
-
fn: description
value: Some site-specific field
-
fn: checkbox-group
options:
- News-Aggregation (not:strategist)
- News-Commentary and Analysis (not:strategist)
- News-Original Reporting (not:strategist)
- List or Roundup
- First-Person Essay
- Review
- Slideshow Intro (not:strategist)
- TV Recap (thecut)
- Q&A
- Profile (not:strategist)
- Interview (strategist)
- Feature (thecut)
- Column (thecut)
- Feature or Column (not:thecut)
- Book-Excerpt (not:strategist)
- Quiz
- Look Book (thecut)
- Video-Aggregation
- Video-Original News (not:strategist)
- Video-Original
- Sponsor Post
- New York Magazine Story
- News (strategist)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment