You are here

channel.schema.yml in Entity Share 8.3

modules/entity_share_server/config/schema/channel.schema.yml

File

modules/entity_share_server/config/schema/channel.schema.yml
View source
  1. entity_share_server.channel.*:
  2. type: config_entity
  3. label: 'Channel config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. channel_entity_type:
  12. type: string
  13. label: 'Channel entity type'
  14. channel_bundle:
  15. type: string
  16. label: 'Channel bundle'
  17. channel_langcode:
  18. type: string
  19. label: 'Channel langcode'
  20. channel_filters:
  21. type: sequence
  22. label: 'Channel filters'
  23. nullable: true
  24. sequence:
  25. type: entity_share_server.filter
  26. label: 'Filters'
  27. channel_groups:
  28. type: sequence
  29. label: 'Channel groups'
  30. nullable: true
  31. sequence:
  32. type: entity_share_server.group
  33. label: 'Groups'
  34. channel_sorts:
  35. type: sequence
  36. label: 'Channel sorts'
  37. nullable: true
  38. sequence:
  39. type: entity_share_server.sort
  40. label: 'Sorts'
  41. channel_searches:
  42. type: sequence
  43. label: 'Channel searches'
  44. nullable: true
  45. sequence:
  46. type: entity_share_server.search
  47. label: 'Searches'
  48. authorized_users:
  49. type: sequence
  50. label: 'Authorized users UUID'
  51. nullable: true
  52. sequence:
  53. type: string
  54. label: 'UUID'
  55. entity_share_server.filter:
  56. type: mapping
  57. label: 'Filter'
  58. mapping:
  59. path:
  60. type: string
  61. label: 'Path'
  62. operator:
  63. type: string
  64. label: 'Operator'
  65. memberof:
  66. type: string
  67. label: 'Member of'
  68. nullable: true
  69. value:
  70. type: sequence
  71. label: 'Values'
  72. nullable: true
  73. sequence:
  74. type: string
  75. label: 'Value'
  76. entity_share_server.sort:
  77. type: mapping
  78. label: 'Sort'
  79. mapping:
  80. path:
  81. type: string
  82. label: 'Path'
  83. direction:
  84. type: string
  85. label: 'Direction'
  86. weight:
  87. type: integer
  88. label: 'Weight'
  89. entity_share_server.search:
  90. type: mapping
  91. label: 'Search'
  92. mapping:
  93. path:
  94. type: string
  95. label: 'Path'
  96. label:
  97. type: label
  98. label: 'Label'
  99. entity_share_server.group:
  100. type: mapping
  101. label: 'Group'
  102. mapping:
  103. conjunction:
  104. type: string
  105. label: 'Conjunction'
  106. memberof:
  107. type: string
  108. label: 'Member of'