dblog.views.schema.yml 390 B

1234567891011121314151617
  1. # Schema for the views plugins of the Database Logging module.
  2. views.field.dblog_message:
  3. type: views_field
  4. label: 'Log event message'
  5. mapping:
  6. replace_variables:
  7. type: boolean
  8. label: 'Replace variables'
  9. views.field.dblog_operations:
  10. type: views_field
  11. label: 'Operation link markup'
  12. views.filter.dblog_types:
  13. type: 'views.filter.in_operator'
  14. label: 'Types'