You are here

build_hooks.schema.yml in Build Hooks 8.2

Same filename and directory in other branches
  1. 3.x config/schema/build_hooks.schema.yml
config/schema/build_hooks.schema.yml

File

config/schema/build_hooks.schema.yml
View source
  1. build_hooks.frontend_environment.*:
  2. type: config_entity
  3. label: 'Frontend environment config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. provider:
  12. type: string
  13. label: 'Provider'
  14. plugin:
  15. type: string
  16. label: 'Plugin'
  17. deployment_strategy:
  18. type: string
  19. label: 'Deployment strategy'
  20. url:
  21. type: string
  22. label: 'Url'
  23. weight:
  24. type: integer
  25. label: 'Weight'
  26. settings:
  27. type: frontend_environment.settings.[%parent.plugin]
  28. build_hooks.settings:
  29. type: config_object
  30. label: 'Build hooks settings'
  31. mapping:
  32. logging:
  33. type: mapping
  34. label: 'Logging settings'
  35. mapping:
  36. entity_types:
  37. label: 'Entity types'
  38. type: sequence
  39. sequence:
  40. type: string
  41. build_hooks.frontend_environment.plugin_settings:
  42. type: mapping
  43. label: 'Plugin settings'
  44. mapping:
  45. id:
  46. type: string
  47. label: 'Plugin ID'
  48. label:
  49. type: string
  50. label: 'Plugin Label'
  51. provider:
  52. type: string
  53. label: 'Provider'