You are here

log.schema.yml in Log entity 2.x

Same filename and directory in other branches
  1. 8 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.type.*:
  3. type: config_entity
  4. label: 'Log type'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'Machine-readable name'
  9. label:
  10. type: label
  11. label: 'Type'
  12. description:
  13. type: text
  14. label: 'Description'
  15. name_pattern:
  16. type: string
  17. label: 'Pattern for auto-generating the log name, using tokens.'
  18. workflow:
  19. type: string
  20. label: 'Workflow'
  21. new_revision:
  22. type: boolean
  23. label: 'Create new revision'
  24. condition.plugin.log_type:
  25. type: condition.plugin
  26. mapping:
  27. bundles:
  28. type: sequence
  29. sequence:
  30. type: string
  31. views.sort.log_standard:
  32. type: views_sort
  33. label: 'Timestamp sort'
  34. mapping:
  35. granularity:
  36. type: string
  37. label: 'Granularity'
  38. views.field.log_field:
  39. type: views.field.field
  40. label: 'Timestamp sort'
  41. action.configuration.log_clone_action:
  42. type: action_configuration_default
  43. label: 'Configuration for the log clone action'
  44. action.configuration.log_mark_as_done_action:
  45. type: action_configuration_default
  46. label: 'Configuration for the log mark as done action'
  47. action.configuration.log_mark_as_pending_action:
  48. type: action_configuration_default
  49. label: 'Configuration for the log mark as pending action'
  50. action.configuration.log_reschedule_action:
  51. type: action_configuration_default
  52. label: 'Configuration for the log reschedule action'