access/config.json
Patrick Mulligan 2fb2e1468e fix(ui): explicit closing tags for q-input/q-select (in-DOM template)
LNbits' UMD/global Vue compiles the template from already-parsed DOM, and the
browser does not self-close unknown custom elements — so <q-input ... /> nested
each following field inside the previous one, overlapping the dialog inputs.
Use explicit </q-input> / </q-select>. config.json -> 0.0.2.
2026-08-07 22:54:02 +02:00

13 lines
332 B
JSON

{
"name": "Access",
"short_description": "NFC door access — authorize Bolt Card taps and unlock via Home Assistant",
"tile": "/access/static/image/access.png",
"version": "0.0.2",
"min_lnbits_version": "1.3.0",
"contributors": [
{
"name": "aiolabs",
"uri": "https://git.atitlan.io/aiolabs"
}
]
}