14 lines
163 B
JSON
14 lines
163 B
JSON
{
|
|
"title": "Button",
|
|
"context":{
|
|
"text": "Click me"
|
|
},
|
|
"variants": [
|
|
{
|
|
"name": "Cancel Button",
|
|
"context": {
|
|
"modifier": "--cancel"
|
|
}
|
|
}
|
|
]
|
|
} |