Last active
January 26, 2016 12:07
-
-
Save okjake/1d0ddd8cda8db0494ce5 to your computer and use it in GitHub Desktop.
pattern manifest
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
| { | |
| "patterns": [ | |
| { | |
| "id": "news-card-audio-001", | |
| "name": "Audio Card", | |
| "product": "News", | |
| "type": "Card", | |
| "inUse": true, | |
| "description": "Used to play audio without leaving the current page", | |
| "owner": "test@example.com", | |
| "repository": "https://github.com/tuimedia/gel-cards.git", | |
| "documentation": [ | |
| "//optional/url/to/docs/usage.md", | |
| "//optional/url/to/docs/changelog.md" | |
| ], | |
| "examples": [ | |
| { | |
| "name": "Basic Audio Card", | |
| "description": "Default usage of the News audio card", | |
| "url": "//url/to/rendered/example" | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment