mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Custom data sample
This commit is contained in:
20
custom-data-sample/html.html-data.json
Normal file
20
custom-data-sample/html.html-data.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user