color_field.schema.yml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. # Schema for the configuration files of the color field module.
  2. field.formatter.settings.color_field_formatter_text:
  3. type: mapping
  4. label: 'Color text format settings'
  5. mapping:
  6. format:
  7. type: label
  8. label: 'Format'
  9. opacity:
  10. type: label
  11. label: 'Display opacity'
  12. field.formatter.settings.color_field_formatter_swatch:
  13. type: mapping
  14. label: 'Color swatch format settings'
  15. mapping:
  16. shape:
  17. type: label
  18. label: 'Shape'
  19. width:
  20. type: label
  21. label: 'Width'
  22. height:
  23. type: label
  24. label: 'Height'
  25. opacity:
  26. type: label
  27. label: 'Display opacity'
  28. field.formatter.settings.color_field_formatter_css:
  29. type: mapping
  30. label: 'Color CSS declaration format settings'
  31. mapping:
  32. selector:
  33. type: label
  34. label: 'Selector'
  35. property:
  36. type: label
  37. label: 'Property'
  38. important:
  39. type: label
  40. label: 'Important'
  41. opacity:
  42. type: label
  43. label: 'Display opacity'
  44. field.widget.settings.color_field_widget_default:
  45. type: mapping
  46. label: 'Color default format settings'
  47. mapping:
  48. placeholder_color:
  49. type: label
  50. label: 'Color placeholder'
  51. placeholder_opacity:
  52. type: label
  53. label: 'Opacity placeholder'
  54. field.widget.settings.color_field_widget_box:
  55. type: mapping
  56. label: 'Color boxes format settings'
  57. mapping:
  58. default_colors:
  59. type: label
  60. label: 'Default colors'
  61. field.widget.settings.color_field_widget_grid:
  62. type: mapping
  63. label: 'Color grid format settings'
  64. mapping:
  65. cell_width:
  66. type: label
  67. label: 'Cell width'
  68. cell_height:
  69. type: label
  70. label: 'Height width'
  71. cell_margin:
  72. type: label
  73. label: 'Cell margin'
  74. box_width:
  75. type: label
  76. label: 'Box width'
  77. box_height:
  78. type: label
  79. label: 'Box height'
  80. columns:
  81. type: label
  82. label: 'Columns number'
  83. field.widget.settings.color_field_widget_spectrum:
  84. type: mapping
  85. label: 'Color spectrum format settings'
  86. mapping:
  87. show_input:
  88. type: label
  89. label: 'Show Input'
  90. show_palette:
  91. type: label
  92. label: 'Show Palette'
  93. palette:
  94. type: label
  95. label: 'Color Palette'
  96. show_palette_only:
  97. type: label
  98. label: 'Show Palette Only'
  99. show_buttons:
  100. type: label
  101. label: 'Show Buttons'
  102. allow_empty:
  103. type: label
  104. label: 'Allow Empty'