Skip to content

Instantly share code, notes, and snippets.

@jondashkyle
Created April 18, 2018 16:57
Show Gist options
  • Save jondashkyle/8a4cdff6bec6ef8ddd84d29de5fe77f2 to your computer and use it in GitHub Desktop.
Save jondashkyle/8a4cdff6bec6ef8ddd84d29de5fe77f2 to your computer and use it in GitHub Desktop.
enoki p2p web log blueprint
{
"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