You are here

context.data_types.schema.yml in Context 8.4

config/schema/context.data_types.schema.yml

File

config/schema/context.data_types.schema.yml
View source
  1. reaction.plugin:
  2. type: mapping
  3. label: 'Reaction'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. negate:
  9. type: boolean
  10. label: 'Negate'
  11. uuid:
  12. type: uuid
  13. reaction_mapping:
  14. type: sequence
  15. label: 'Reaction assignments'
  16. sequence:
  17. type: string
  18. blocks:
  19. type: sequence
  20. label: 'Blocks'
  21. sequence:
  22. type: mapping
  23. mapping:
  24. uuid:
  25. type: string
  26. id:
  27. type: string
  28. label:
  29. type: string
  30. provider:
  31. type: string
  32. label_display:
  33. type: string
  34. region:
  35. type: string
  36. weight:
  37. type: string
  38. custom_id:
  39. type: string
  40. theme:
  41. type: string
  42. css_class:
  43. type: string
  44. unique:
  45. type: integer
  46. context_id:
  47. type: string
  48. context_mapping:
  49. type: sequence
  50. label: 'Block Context'
  51. sequence:
  52. type: string
  53. condition.plugin:
  54. type: mapping
  55. label: 'Condition'
  56. mapping:
  57. id:
  58. type: string
  59. label: 'ID'
  60. negate:
  61. type: boolean
  62. label: 'Negate'
  63. uuid:
  64. type: uuid
  65. context_mapping:
  66. type: sequence
  67. label: 'Conditions'
  68. sequence:
  69. type: string
  70. view_inclusion:
  71. type: sequence
  72. label: 'View Inclusion'
  73. sequence:
  74. type: string