You are here

opigno_calendar_event.schema.yml in Opigno calendar event 3.x

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

File

config/schema/opigno_calendar_event.schema.yml
View source
  1. # Schema for the configuration files of the "Calendar event" module.
  2. opigno_calendar_event.type.*:
  3. type: config_entity
  4. label: 'Calendar event type'
  5. mapping:
  6. label:
  7. type: label
  8. label: 'Label'
  9. id:
  10. type: string
  11. label: 'Machine-readable name'
  12. description:
  13. type: text
  14. label: 'Description'
  15. date_field_type:
  16. type: string
  17. label: 'Date Range'
  18. field.field.*.*.*.third_party.opigno_calendar_event:
  19. type: mapping
  20. label: "Opigno Calendar Event settings"
  21. mapping:
  22. embedded_widget:
  23. type: integer
  24. label: "Embedded widget option"
  25. field_group.field_group_formatter_plugin.popup:
  26. type: field_group.field_group_formatter_plugin.base
  27. mapping:
  28. popup_link:
  29. type: mapping
  30. label: "Popup link"
  31. mapping:
  32. show:
  33. type: integer
  34. label: "Show"
  35. text:
  36. type: string
  37. label: "Text"
  38. classes:
  39. type: string
  40. label: "Classes"
  41. popup_labels:
  42. type: mapping
  43. label: "Popup labels"
  44. mapping:
  45. title:
  46. type: string
  47. label: "Title"
  48. close_text:
  49. type: string
  50. label: "Close text"
  51. popup_settings:
  52. type: mapping
  53. label: "Popup settings"
  54. mapping:
  55. modal:
  56. type: string
  57. label: "Modal"
  58. dialog_class:
  59. type: string
  60. label: "Dialog class"
  61. close_on_escape:
  62. type: integer
  63. label: "Close on escape"
  64. height:
  65. type: string
  66. label: "Height"
  67. min_height:
  68. type: string
  69. label: "Min height"
  70. max_height:
  71. type: string
  72. label: "Max height"
  73. width:
  74. type: string
  75. label: "Width"
  76. min_width:
  77. type: string
  78. label: "Min width"
  79. max_width:
  80. type: string
  81. label: "Max width"
  82. position_horizontal:
  83. type: string
  84. label: "Position horizontal"
  85. position_vertical:
  86. type: string
  87. label: "Position vertical"
  88. extra_css:
  89. type: string
  90. label: "Extra css"