You are here

log.schema.yml in Log entity 8

Same filename and directory in other branches
  1. 2.x config/schema/log.schema.yml
config/schema/log.schema.yml

File

config/schema/log.schema.yml
View source
  1. # Schema for the configuration files of the log module.
  2. log.settings:
  3. type: config_object
  4. label: 'Log settings'
  5. mapping:
  6. log_use_admin_theme:
  7. type: boolean
  8. label: 'Use admin theme when editing or creating log entity'
  9. log.type.*:
  10. type: config_entity
  11. label: 'Log type'
  12. mapping:
  13. id:
  14. type: string
  15. label: 'Machine-readable name'
  16. label:
  17. type: label
  18. label: 'Type'
  19. description:
  20. type: text
  21. label: 'Description'
  22. name_pattern:
  23. type: string
  24. label: 'Pattern for auto-generating the log name, using tokens.'
  25. name_edit:
  26. type: boolean
  27. label: 'Boolean: log name is user editable.'
  28. done:
  29. type: boolean
  30. label: 'Boolean: automatically mark logs of this type as done.'
  31. new_revision:
  32. type: boolean
  33. label: 'Whether a new revision should be created by default'
  34. condition.plugin.log_type:
  35. type: condition.plugin
  36. mapping:
  37. bundles:
  38. type: sequence
  39. sequence:
  40. type: string
  41. action.configuration.log_delete_action:
  42. type: action_configuration_default
  43. label: 'Delete log configuration'
  44. action.configuration.log_done_action:
  45. type: action_configuration_default
  46. label: 'Mark log as done configuration'