-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
for #3 yaml template for content type article
- Loading branch information
1 parent
da90c6a
commit 6f055f5
Showing
1 changed file
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
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: content-migration-rescue | ||
tagName: Content Migration Rescue | ||
- tagSlug: process | ||
tagName: Process |