licode-develop/.vscode/html.html-data.json
yangxin 9f96998eb8
Some checks failed
CI-build / build (18.x) (push) Has been cancelled
CI-type-checking / type-check (18.x) (push) Has been cancelled
CI-typos / Spell Check (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
livecode代码开发分支
2025-06-11 21:29:36 +08:00

41 lines
764 B
JSON

{
"version": 1.1,
"globalAttributes": [
{
"name": "data-i18n",
"description": "The key of the translation for current element."
},
{
"name": "data-i18n-prop",
"description": "Attributes of the element that should be translated, separated by space.",
"valueSet": "i18nProps"
},
{
"name": "data-hint",
"description": "The tooltip of the element."
}
],
"valueSets": [
{
"name": "i18nProps",
"values": [
{
"name": "textContent"
},
{
"name": "innerHTML"
},
{
"name": "title"
},
{
"name": "data-hint"
},
{
"name": "placeholder"
}
]
}
]
}