mirror of
https://github.com/les-briques-du-web/briques-poster.git
synced 2026-03-10 00:41:17 +00:00
27 lines
566 B
JSON
27 lines
566 B
JSON
{
|
|
"version": 2,
|
|
"tags": [
|
|
{
|
|
"name": "briques-poster",
|
|
"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": []
|
|
}
|
|
]
|
|
}
|