theme-i18n.json 959 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. "blocks": {
  34. "*": {
  35. "typography": {
  36. "fontSizes": [
  37. {
  38. "name": "Font size name"
  39. }
  40. ],
  41. "fontFamilies": [
  42. {
  43. "name": "Font family name"
  44. }
  45. ]
  46. },
  47. "color": {
  48. "palette": [
  49. {
  50. "name": "Color name"
  51. }
  52. ],
  53. "gradients": [
  54. {
  55. "name": "Gradient name"
  56. }
  57. ]
  58. }
  59. }
  60. }
  61. },
  62. "customTemplates": [
  63. {
  64. "title": "Custom template name"
  65. }
  66. ],
  67. "templateParts": [
  68. {
  69. "title": "Template part name"
  70. }
  71. ]
  72. }