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

20 lines
365 B
JSON

{
"context": {
"headline": "Hello here is my headline"
},
"title": "Headline",
"variants": [
{
"name": "main",
"context": {
"modifier": "--main"
}
},
{
"name": "teaser",
"context": {
"modifier": "--teaser"
}
}
]
}