Last active
February 27, 2018 19:07
-
-
Save onefriendaday/0cad77aaffa44ccb47bb2743c04573b5 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
| // define a new content type "app" | |
| { | |
| "_uid": "autogenerated-uid", | |
| "additionalAuthors": ["Global Tracking", "Fresh Produce"], // needs to be a multi option field | |
| "author": "Supply Chain", // needs to be a single option field | |
| "badges": [ | |
| "complete", | |
| "token", | |
| "featured", | |
| "hot" | |
| ], // needs to be a multi option field | |
| "category": "most-viewed", // should be a multi link field | |
| "description": "Supply Chain", // should be a text field | |
| "isNew": true, // should be a checkbox field | |
| "license": "MIT", // should be a single option field | |
| "logoUrl": "https://s3.amazonaws.com/fazezeropubstore/logo-reverse.png", // should be a image option field | |
| "mainnet": "", | |
| "name": "Supply Chain", | |
| "related": [ | |
| { | |
| "name": "BlockPay", // text field of a new component type 'related' | |
| "slug": "blockchainapp01", // multi link field of a new component type 'related' | |
| "status": "blockchain", // option field of a new component type 'related' | |
| "teaser": "Curated collection of superb" // text field of a new component type 'related' | |
| }, | |
| ... | |
| ], // should be a blocks field with a new component type 'related' | |
| "slug": "blockchainapp02", // text field of a new component type 'related' | |
| "socials": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/" | |
| }, | |
| ... | |
| ], // should be a blocks field with a new component type 'social' | |
| "status": "blockchain", | |
| "tags": [ | |
| "blockchain", | |
| "ethereum", | |
| "ico", | |
| "utility" | |
| ], // should be a multi option field | |
| "teaser": "Curated collection of awsomne", // should be a text field | |
| "website": "http://fazezero.com" // should be a text field | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment