Files
gramps-web/custom-elements.json
2020-11-08 11:29:01 +01:00

27 lines
561 B
JSON

{
"version": 2,
"tags": [
{
"name": "gramps-js",
"description": "An application with a title and an action counter",
"properties": [
{
"name": "title",
"type": "String",
"description": "The title of your application",
"default": "Hey there"
},
{
"name": "page",
"type": "String",
"description": "Which page to show",
"default": "main"
}
],
"events": [],
"slots": [],
"cssProperties": []
}
]
}