@indiekit/endpoint-share
Version:
Share endpoint for Indiekit. Provides a simple interface for bookmarking websites and publishing them on your website.
31 lines (30 loc) • 539 B
JSON
{
"share": {
"error": {
"bookmark-of": {
"empty": "Enter a web address like %s"
},
"name": {
"empty": "Enter a title"
}
},
"title": "Share",
"bookmark-of": {
"label": "URL"
},
"name": {
"label": "Title"
},
"content": {
"label": "Content"
},
"submit": "Publish"
},
"status": {
"bookmarklet": {
"title": "Share bookmarklet",
"label": "Share page",
"guidance": "Drag this link to your bookmarks bar: %s"
}
}
}