Files
vscode-extension-samples/custom-data-sample/html.html-data.json
2019-09-04 09:08:40 -07:00

20 lines
390 B
JSON

{
"version": 1.1,
"tags": [{
"name": "my-button",
"description": "My button",
"attributes": [{
"name": "type",
"description": "My button type",
"values": [
{ "name": "alert" }
]
}],
"references": [
{
"name": "Bootstrap buttons",
"url": "https://getbootstrap.com/docs/4.0/components/buttons/"
}
]
}]
}