adds temp structure for panel and components
This commit is contained in:
parent
6658021503
commit
7f7ebdd0b1
|
@ -0,0 +1,43 @@
|
||||||
|
{
|
||||||
|
"categories": [
|
||||||
|
{
|
||||||
|
"name": "Basic",
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"component": "Text",
|
||||||
|
"icon": "Text",
|
||||||
|
"commonProps": {
|
||||||
|
//common for all components
|
||||||
|
//Will include layout props
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
{
|
||||||
|
"_component": "@budibase/standard-components/header",
|
||||||
|
"name": "Headline",
|
||||||
|
"icon": "headline",
|
||||||
|
"props": {
|
||||||
|
//props for headline
|
||||||
|
"type": {
|
||||||
|
"type": "options",
|
||||||
|
"options": [
|
||||||
|
"h1",
|
||||||
|
"h2"
|
||||||
|
],
|
||||||
|
"default": "h1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_component": "@budibase/standard-components/text",
|
||||||
|
"name": "Paragraph",
|
||||||
|
"icon": "paragraph",
|
||||||
|
"props": {
|
||||||
|
//props for paragraph
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue