Created
April 18, 2018 16:57
-
-
Save jondashkyle/8a4cdff6bec6ef8ddd84d29de5fe77f2 to your computer and use it in GitHub Desktop.
enoki p2p web log blueprint
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
{ | |
"title": "Entry", | |
"pages": false, | |
"fields": { | |
"title": { | |
"label": "Title", | |
"type": "text" | |
}, | |
"source": { | |
"label": "Source", | |
"type": "text", | |
"width": "1/2" | |
}, | |
"date": { | |
"label": "date", | |
"type": "date", | |
"default": "today", | |
"width": "1/2" | |
}, | |
"author": { | |
"label": "Author", | |
"type": "text", | |
"width": "1/2" | |
}, | |
"text": { | |
"label": "Text", | |
"type": "textarea" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment