syslog.schema.yml

Same filename in other branches
  1. 9 core/modules/syslog/config/schema/syslog.schema.yml
  2. 10 core/modules/syslog/config/schema/syslog.schema.yml
  3. 11.x core/modules/syslog/config/schema/syslog.schema.yml
core/modules/syslog/config/schema/syslog.schema.yml

File

core/modules/syslog/config/schema/syslog.schema.yml

View source
  1. # Schema for the configuration files of the syslog module.
  2. syslog.settings:
  3. type: config_object
  4. label: 'Syslog settings'
  5. mapping:
  6. identity:
  7. type: string
  8. label: 'Identity'
  9. facility:
  10. type: integer
  11. label: 'Facility'
  12. format:
  13. type: string
  14. label: 'Format'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.