You are here

fraction.schema.yml in Fraction 2.x

Same filename and directory in other branches
  1. 8 config/schema/fraction.schema.yml
config/schema/fraction.schema.yml

File

config/schema/fraction.schema.yml
View source
  1. field.field_settings.fraction:
  2. type: mapping
  3. label: 'Fraction'
  4. mapping:
  5. prefix:
  6. type: label
  7. label: 'Prefix'
  8. suffix:
  9. type: label
  10. label: 'Suffix'
  11. min:
  12. type: float
  13. label: 'Min'
  14. max:
  15. type: float
  16. label: 'Max'
  17. field.formatter.settings.fraction:
  18. type: mapping
  19. label: 'Fraction display format settings'
  20. mapping:
  21. separator:
  22. type: string
  23. label: 'Separator'
  24. prefix_suffix:
  25. type: boolean
  26. label: 'Display prefix and suffix.'
  27. field.formatter.settings.fraction_decimal:
  28. type: mapping
  29. label: 'Fraction decimal display format settings'
  30. mapping:
  31. precision:
  32. type: integer
  33. label: 'Precision'
  34. auto_precision:
  35. type: boolean
  36. label: 'Auto precision'
  37. prefix_suffix:
  38. type: boolean
  39. label: 'Display prefix and suffix.'
  40. field.formatter.settings.fraction_percentage:
  41. type: mapping
  42. label: 'Fraction percentage display format settings'
  43. mapping:
  44. precision:
  45. type: integer
  46. label: 'Precision'
  47. auto_precision:
  48. type: boolean
  49. label: 'Auto precision'
  50. prefix_suffix:
  51. type: boolean
  52. label: 'Display prefix and suffix.'
  53. field.widget.settings.fraction_decimal:
  54. type: mapping
  55. label: 'Widget settings for Fraction Decimal'
  56. mapping:
  57. precision:
  58. type: integer
  59. label: 'Precision'
  60. auto_precision:
  61. type: boolean
  62. label: 'Auto precision'
  63. field.value.fraction:
  64. type: mapping
  65. label: 'Default value'
  66. mapping:
  67. numerator:
  68. type: integer
  69. label: 'Numerator'
  70. denominator:
  71. type: integer
  72. label: 'Denominator'
  73. views.field.fraction:
  74. type: views_field
  75. label: 'Fraction'
  76. mapping:
  77. precision:
  78. type: integer
  79. label: 'Precision'
  80. auto_precision:
  81. type: boolean
  82. label: 'Auto precision'
  83. views.filter.fraction:
  84. type: views_filter
  85. label: 'Numeric'
  86. mapping:
  87. expose:
  88. type: mapping
  89. label: 'Exposed'
  90. mapping:
  91. min_placeholder:
  92. type: label
  93. label: 'Min placeholder'
  94. max_placeholder:
  95. type: label
  96. label: 'Max placeholder'
  97. placeholder:
  98. type: label
  99. label: 'Placeholder'
  100. views.filter_value.fraction:
  101. type: mapping
  102. label: 'Fraction'
  103. mapping:
  104. min:
  105. type: string
  106. label: 'Min'
  107. max:
  108. type: string
  109. label: 'And max'
  110. value:
  111. type: string
  112. label: 'Value'