You are here

field_timer.schema.yml in Field Timer 8

Same filename and directory in other branches
  1. 2.x config/schema/field_timer.schema.yml
config/schema/field_timer.schema.yml

File

config/schema/field_timer.schema.yml
View source
  1. field.formatter.settings.field_timer_simple_text:
  2. type: field.formatter.settings.datetime_time_ago
  3. label: 'Field Timer Text timer or countdown formatter display settings'
  4. mapping:
  5. type:
  6. type: string
  7. label: 'Type'
  8. field.formatter.settings.field_timer_county:
  9. type: mapping
  10. label: 'Field Timer County formatter display settings'
  11. mapping:
  12. animaton:
  13. type: string
  14. label: 'Animation'
  15. speed:
  16. type: integer
  17. label: 'Speed'
  18. theme:
  19. type: string
  20. label: 'Theme'
  21. background:
  22. type: string
  23. label: 'Background'
  24. reflection:
  25. type: boolean
  26. label: 'Add reflection'
  27. reflectionOpacity:
  28. type: float
  29. label: 'Reflection opacity'
  30. field.formatter.settings.field_timer_countdown_base:
  31. type: mapping
  32. mapping:
  33. type:
  34. type: string
  35. label: 'Type'
  36. field.formatter.settings.field_timer_countdown:
  37. type: field.formatter.settings.field_timer_countdown_base
  38. label: 'Field Timer jQuery Countdown formatter display settings'
  39. mapping:
  40. use_system_language:
  41. type: boolean
  42. label: 'Use system language'
  43. regional:
  44. type: string
  45. label: 'Region'
  46. translatable: true
  47. format:
  48. type: string
  49. label: 'Format'
  50. layout:
  51. type: string
  52. label: 'Layout'
  53. compact:
  54. type: boolean
  55. label: 'Display in compact format'
  56. significant:
  57. type: integer
  58. label: 'Granularity'
  59. timeSeparator:
  60. type: string
  61. label: 'Time separator'
  62. padZeroes:
  63. type: boolean
  64. label: 'Pad with zeroes'
  65. field.formatter.settings.field_timer_countdown_led:
  66. type: field.formatter.settings.field_timer_countdown_base
  67. label: 'Field Timer jQuery Countdown LED formatter display settings'
  68. mapping:
  69. countdown_theme:
  70. type: string
  71. label: 'Theme'
  72. max_count_of_days:
  73. type: integer
  74. label: 'Max count of days'
  75. display_days:
  76. type: boolean
  77. label: 'Display days'
  78. display_hours:
  79. type: boolean
  80. label: 'Display hours'
  81. display_minutes:
  82. type: boolean
  83. label: 'Display minutes'
  84. display_seconds:
  85. type: boolean
  86. label: 'Display seconds'