17 lines
210 B
JSON
17 lines
210 B
JSON
{
|
|
"name": "Shape",
|
|
"variants": [
|
|
{
|
|
"name": "Square",
|
|
"context": {
|
|
"modifier": "RV-Shape--square"
|
|
}
|
|
},
|
|
{
|
|
"name": "Circle",
|
|
"context": {
|
|
"modifier": "RV-Shape--circle"
|
|
}
|
|
}
|
|
]
|
|
} |