Files
simple-food-diary/custom-elements.json
Julien Lengrand-Lambert 7a66ecb754 Crete repository
2021-05-26 10:37:20 +02:00

27 lines
569 B
JSON

{
"version": 2,
"tags": [
{
"name": "simple-food-diary",
"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": []
}
]
}