hexo-theme-amane/include/schema/share/addtoany.json

15 lines
353 B
JSON
Raw Normal View History

2019-12-24 23:05:37 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/share/addtoany.json",
"description": "Enable AddToAny share buttons\nhttps://www.addtoany.com/",
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "addtoany"
}
},
"required": [
"type"
]
}