You are here

bat.schema.yml in Booking and Availability Management Tools for Drupal 8

config/schema/bat.schema.yml

File

config/schema/bat.schema.yml
View source
  1. bat.type_group_bundle.*:
  2. type: config_entity
  3. label: 'Type Group Bundle'
  4. mapping:
  5. name:
  6. type: string
  7. label: 'Name'
  8. type:
  9. type: string
  10. label: 'Type'
  11. bat.date_format.bat:
  12. type: config_object
  13. label: 'BAT Date format'
  14. mapping:
  15. id:
  16. type: string
  17. label: 'ID'
  18. label:
  19. type: string
  20. label: 'Label'
  21. status:
  22. type: boolean
  23. label: 'Status'
  24. langcode:
  25. type: string
  26. label: 'Langcode'
  27. locked:
  28. type: boolean
  29. label: 'Locked'
  30. pattern:
  31. type: string
  32. label: 'Pattern'
  33. bat.date_format.bat_daily:
  34. type: config_object
  35. label: 'BAT Daily Date format'
  36. mapping:
  37. id:
  38. type: string
  39. label: 'ID'
  40. label:
  41. type: string
  42. label: 'Label'
  43. status:
  44. type: boolean
  45. label: 'Status'
  46. langcode:
  47. type: string
  48. label: 'Langcode'
  49. locked:
  50. type: boolean
  51. label: 'Locked'
  52. pattern:
  53. type: string
  54. label: 'Pattern'
  55. bat.settings:
  56. type: config_object
  57. label: 'BAT Settings'
  58. mapping:
  59. bat_date_format:
  60. type: string
  61. label: 'BAT Date format'
  62. bat_daily_date_format:
  63. type: string
  64. label: 'BAT Daily Date format'
  65. bat_event_start_date:
  66. type: integer
  67. label: 'BAT event start date'