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

20 lines
365 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-08-01 00:08:07 +02:00
},
{
"name": "teaser",
"context": {
"modifier": "--teaser"
}
}
]
2020-07-17 17:55:46 +02:00
}