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

14 lines
242 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 09:29:27 +02:00
}
]
2020-07-17 17:55:46 +02:00
}