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.

86 lines
1.1 KiB

1 year ago
  1. {
  2. "title": "Style variation name",
  3. "settings": {
  4. "typography": {
  5. "fontSizes": [
  6. {
  7. "name": "Font size name"
  8. }
  9. ],
  10. "fontFamilies": [
  11. {
  12. "name": "Font family name"
  13. }
  14. ]
  15. },
  16. "color": {
  17. "palette": [
  18. {
  19. "name": "Color name"
  20. }
  21. ],
  22. "gradients": [
  23. {
  24. "name": "Gradient name"
  25. }
  26. ],
  27. "duotone": [
  28. {
  29. "name": "Duotone name"
  30. }
  31. ]
  32. },
  33. "spacing": {
  34. "spacingSizes": [
  35. {
  36. "name": "Space size name"
  37. }
  38. ]
  39. },
  40. "blocks": {
  41. "*": {
  42. "typography": {
  43. "fontSizes": [
  44. {
  45. "name": "Font size name"
  46. }
  47. ],
  48. "fontFamilies": [
  49. {
  50. "name": "Font family name"
  51. }
  52. ]
  53. },
  54. "color": {
  55. "palette": [
  56. {
  57. "name": "Color name"
  58. }
  59. ],
  60. "gradients": [
  61. {
  62. "name": "Gradient name"
  63. }
  64. ]
  65. },
  66. "spacing": {
  67. "spacingSizes": [
  68. {
  69. "name": "Space size name"
  70. }
  71. ]
  72. }
  73. }
  74. }
  75. },
  76. "customTemplates": [
  77. {
  78. "title": "Custom template name"
  79. }
  80. ],
  81. "templateParts": [
  82. {
  83. "title": "Template part name"
  84. }
  85. ]
  86. }