Skip to content

Commit

Permalink
For #3 templates for steps and case-studies
Browse files Browse the repository at this point in the history
  • Loading branch information
victorkane committed Nov 26, 2018
1 parent 5c2c2a9 commit 7a7ec93
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 0 deletions.
78 changes: 78 additions & 0 deletions cms/content/templates/articles/template-step.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
metaData:
itemSlug: article-name
itemName: Article Name
itemType: article
language: en-US
published: true
publishedDate: '2018-09-08T00:00:00.000Z'
createdDate: '2018-09-08T18:40:54.816Z'
modifiedDate: '2018-09-08T00:00:00.000Z'
disabled: false
revisionId: 0
metaTags: null
workFlowState:
tagSlug: published
tagName: Published
vocabSlug: workflow
vocabName: Workflow
author: 'Victor Kane'
articlePreTitle: Article Pre-Title
articleTitle: Article Title
articleSubTitle: Article Sub-title
articleSummary:
label: null
help: For displaying on listings or as abstract
type: markdown
value: null
articleDescription:
label: null
help: For editorial guidelines
type: markdown
value: null
articleBody:
label: body
help: For editorial guidelines
type: markdown
value: |
## Vestibulum ante ipsum primis in faucibus orci luctus

Et ultrices posuere cubilia Curae; Nullam venenatis nisl eu ultricies finibus. Suspendisse egestas id lorem sit amet auctor. Quisque tristique purus non metus dignissim, eu ultrices nisl condimentum. Proin facilisis id mi vel euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam ipsum tellus, luctus lobortis gravida vitae, dictum in erat. Maecenas feugiat sed mauris eu facilisis. Curabitur porttitor lacinia feugiat.
articleImages:
- mediaLink:
linkUrl: null
linkFilePath: null
linkAttributes:
- attrName: title
attrValue: null
mediaCaption: null
mediaCredits: null
mediaWidth: null
mediaHeight: null
mediaMime: null
mediaSize: null
mediaType: null
articleVideos:
- mediaLink:
linkUrl: null
linkFilePath: null
linkAttributes:
- attrName: title
attrValue: null
mediaCaption: null
mediaCredits: null
mediaWidth: null
mediaHeight: null
mediaMime: null
mediaSize: null
mediaType: null
tags:
- tagSlug: steps
tagName: Steps
- vocabSlug: step-topic
vocabName: Step Topic
tagSlug: topic-one
tagName: Topic One
- vocabSlug: step-topic
vocabName: Step Topic
tagSlug: topic-two
tagName: Topic Two
26 changes: 26 additions & 0 deletions cms/content/templates/case-studies/template-case-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
metaData:
itemSlug: durable-drupal-website-making-of
itemName: The DurableDrupal website. The making of.
itemType: caseStudy
language: en-US
published: true
publishedDate: 2018-03-04
createdDate: 2018-03-04
modifiedDate: 2018-03-04
caseStudySummary:
value: |
Follow this website's analysis, design, implementation, deployment and content workflow based on a modern and open full-stack JavaScript decoupled API-first architecture.
caseStudyDescription:
value: |
This is a complete and detailed case study covering the process followed in engineering this website which you can follow in order to use the same approach in your own projects.
articles:
- weight: 1
article: article-one
- weight: 2
article: article-two
tags:
- tagSlug: ddcmr
tagName: Durable Drupal Content Migration Rescue
- tagSlug: content-migration-rescue
tagName: Content Migration Rescue

0 comments on commit 7a7ec93

Please sign in to comment.