Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / dblog / config / schema / dblog.views.schema.yml
1 # Schema for the views plugins of the Database Logging module.
2
3 views.field.dblog_message:
4   type: views_field
5   label: 'Log event message'
6   mapping:
7     replace_variables:
8       type: boolean
9       label: 'Replace variables'
10
11 views.field.dblog_operations:
12   type: views_field
13   label: 'Operation link markup'
14
15 views.filter.dblog_types:
16   type: 'views.filter.in_operator'
17   label: 'Types'