lostplaces-frontend/components/01_Atoms/headline/headline.config.json

14 lines
248 B
JSON
Raw Normal View History

2020-07-17 17:55:46 +02:00
{
"context": {
"headline": "Hello here is my headline"
},
"title": "Headline",
"variants": [
{
"name": "main",
"context": {
"modifier": "--main"
}
}
]
2020-07-17 17:55:46 +02:00
}