GX-Abgewiesen #64029 » theme.json
| 1 |
{
|
|---|---|
| 2 |
"id": "Childtheme", |
| 3 |
"title": "Child", |
| 4 |
"extends": "Honeygrid", |
| 5 |
"active": true, |
| 6 |
"version": "1.0.0", |
| 7 |
"thumbnail": "screenshot-theme-1.png", |
| 8 |
"colorPalette": [ |
| 9 |
"brand-primary", |
| 10 |
"text-color" |
| 11 |
], |
| 12 |
"fonts": [ |
| 13 |
{ |
| 14 |
"name": "Roboto", |
| 15 |
"url": "xxx", |
| 16 |
"fallback": "sans-serif" |
| 17 |
}, |
| 18 |
{ |
| 19 |
"name": "Lato", |
| 20 |
"url": "xxx", |
| 21 |
"fallback": "sans-serif" |
| 22 |
} |
| 23 |
], |
| 24 |
"config": { |
| 25 |
"basics": { |
| 26 |
"id": "basics", |
| 27 |
"fieldsets": [ |
| 28 |
{ |
| 29 |
"title": "honeygrid.basics.general.title", |
| 30 |
"options": [ |
| 31 |
{ |
| 32 |
"id": "brand-primary", |
| 33 |
"type": "colorpicker", |
| 34 |
"label": "honeygrid.basics.general.options.brand-primary", |
| 35 |
"default": "#80ba49" |
| 36 |
} |
| 37 |
] |
| 38 |
} |
| 39 |
] |
| 40 |
} |
| 41 |
} |
| 42 |
}
|