You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
1.1 KiB
87 lines
1.1 KiB
9 months ago
|
{
|
||
|
"title": "Style variation name",
|
||
|
"settings": {
|
||
|
"typography": {
|
||
|
"fontSizes": [
|
||
|
{
|
||
|
"name": "Font size name"
|
||
|
}
|
||
|
],
|
||
|
"fontFamilies": [
|
||
|
{
|
||
|
"name": "Font family name"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"color": {
|
||
|
"palette": [
|
||
|
{
|
||
|
"name": "Color name"
|
||
|
}
|
||
|
],
|
||
|
"gradients": [
|
||
|
{
|
||
|
"name": "Gradient name"
|
||
|
}
|
||
|
],
|
||
|
"duotone": [
|
||
|
{
|
||
|
"name": "Duotone name"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"spacing": {
|
||
|
"spacingSizes": [
|
||
|
{
|
||
|
"name": "Space size name"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"blocks": {
|
||
|
"*": {
|
||
|
"typography": {
|
||
|
"fontSizes": [
|
||
|
{
|
||
|
"name": "Font size name"
|
||
|
}
|
||
|
],
|
||
|
"fontFamilies": [
|
||
|
{
|
||
|
"name": "Font family name"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"color": {
|
||
|
"palette": [
|
||
|
{
|
||
|
"name": "Color name"
|
||
|
}
|
||
|
],
|
||
|
"gradients": [
|
||
|
{
|
||
|
"name": "Gradient name"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"spacing": {
|
||
|
"spacingSizes": [
|
||
|
{
|
||
|
"name": "Space size name"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"customTemplates": [
|
||
|
{
|
||
|
"title": "Custom template name"
|
||
|
}
|
||
|
],
|
||
|
"templateParts": [
|
||
|
{
|
||
|
"title": "Template part name"
|
||
|
}
|
||
|
]
|
||
|
}
|