You are here

views.view.moderation_history.yml in Lightning Workflow 8

Same filename and directory in other branches
  1. 8.2 config/optional/views.view.moderation_history.yml
config/optional/views.view.moderation_history.yml

File

config/optional/views.view.moderation_history.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - content_moderation
  6. - node
  7. - user
  8. id: moderation_history
  9. label: 'Moderation history'
  10. module: views
  11. description: ''
  12. tag: ''
  13. base_table: node_field_revision
  14. base_field: vid
  15. core: 8.x
  16. display:
  17. default:
  18. display_plugin: default
  19. id: default
  20. display_title: Master
  21. position: 0
  22. display_options:
  23. access:
  24. type: perm
  25. options:
  26. perm: 'view all revisions'
  27. cache:
  28. type: tag
  29. options: { }
  30. query:
  31. type: views_query
  32. options:
  33. disable_sql_rewrite: false
  34. distinct: false
  35. replica: false
  36. query_comment: ''
  37. query_tags: { }
  38. exposed_form:
  39. type: basic
  40. options:
  41. submit_button: Apply
  42. reset_button: false
  43. reset_button_label: Reset
  44. exposed_sorts_label: 'Sort by'
  45. expose_sort_order: true
  46. sort_asc_label: Asc
  47. sort_desc_label: Desc
  48. pager:
  49. type: none
  50. options:
  51. items_per_page: 0
  52. offset: 0
  53. style:
  54. type: html_list
  55. options:
  56. grouping: { }
  57. row_class: ''
  58. default_row_class: false
  59. type: ul
  60. wrapper_class: ''
  61. class: ''
  62. row:
  63. type: fields
  64. fields:
  65. uid:
  66. id: uid
  67. table: node_field_revision
  68. field: uid
  69. relationship: none
  70. group_type: group
  71. admin_label: 'Authored by'
  72. label: ''
  73. exclude: true
  74. alter:
  75. alter_text: false
  76. text: ''
  77. make_link: false
  78. path: ''
  79. absolute: false
  80. external: false
  81. replace_spaces: false
  82. path_case: none
  83. trim_whitespace: false
  84. alt: ''
  85. rel: ''
  86. link_class: ''
  87. prefix: ''
  88. suffix: ''
  89. target: ''
  90. nl2br: false
  91. max_length: 0
  92. word_boundary: true
  93. ellipsis: true
  94. more_link: false
  95. more_link_text: ''
  96. more_link_path: ''
  97. strip_tags: false
  98. trim: false
  99. preserve_tags: ''
  100. html: false
  101. element_type: ''
  102. element_class: ''
  103. element_label_type: ''
  104. element_label_class: ''
  105. element_label_colon: false
  106. element_wrapper_type: ''
  107. element_wrapper_class: ''
  108. element_default_classes: true
  109. empty: ''
  110. hide_empty: false
  111. empty_zero: false
  112. hide_alter_empty: true
  113. click_sort_column: target_id
  114. type: entity_reference_label
  115. settings:
  116. link: true
  117. group_column: target_id
  118. group_columns: { }
  119. group_rows: true
  120. delta_limit: 0
  121. delta_offset: 0
  122. delta_reversed: false
  123. delta_first_last: false
  124. multi_type: separator
  125. separator: ', '
  126. field_api_classes: false
  127. entity_type: node
  128. entity_field: uid
  129. plugin_id: field
  130. created:
  131. id: created
  132. table: node_field_revision
  133. field: created
  134. relationship: none
  135. group_type: group
  136. admin_label: 'Authored on'
  137. label: ''
  138. exclude: true
  139. alter:
  140. alter_text: false
  141. text: ''
  142. make_link: false
  143. path: ''
  144. absolute: false
  145. external: false
  146. replace_spaces: false
  147. path_case: none
  148. trim_whitespace: false
  149. alt: ''
  150. rel: ''
  151. link_class: ''
  152. prefix: ''
  153. suffix: ''
  154. target: ''
  155. nl2br: false
  156. max_length: 0
  157. word_boundary: true
  158. ellipsis: true
  159. more_link: false
  160. more_link_text: ''
  161. more_link_path: ''
  162. strip_tags: false
  163. trim: false
  164. preserve_tags: ''
  165. html: false
  166. element_type: ''
  167. element_class: ''
  168. element_label_type: ''
  169. element_label_class: ''
  170. element_label_colon: false
  171. element_wrapper_type: ''
  172. element_wrapper_class: ''
  173. element_default_classes: true
  174. empty: ''
  175. hide_empty: false
  176. empty_zero: false
  177. hide_alter_empty: true
  178. click_sort_column: value
  179. type: timestamp
  180. settings:
  181. date_format: long
  182. custom_date_format: ''
  183. timezone: ''
  184. group_column: value
  185. group_columns: { }
  186. group_rows: true
  187. delta_limit: 0
  188. delta_offset: 0
  189. delta_reversed: false
  190. delta_first_last: false
  191. multi_type: separator
  192. separator: ', '
  193. field_api_classes: false
  194. entity_type: node
  195. entity_field: created
  196. plugin_id: field
  197. moderation_state:
  198. id: moderation_state
  199. table: content_moderation_state_field_revision
  200. field: moderation_state
  201. relationship: moderation_state
  202. group_type: group
  203. admin_label: 'Moderation state'
  204. label: ''
  205. exclude: false
  206. alter:
  207. alter_text: true
  208. text: 'Set to <strong>{{ moderation_state }}</strong> on {{ created }} by {{ uid }}'
  209. make_link: false
  210. path: ''
  211. absolute: false
  212. external: false
  213. replace_spaces: false
  214. path_case: none
  215. trim_whitespace: false
  216. alt: ''
  217. rel: ''
  218. link_class: ''
  219. prefix: ''
  220. suffix: ''
  221. target: ''
  222. nl2br: false
  223. max_length: 0
  224. word_boundary: true
  225. ellipsis: true
  226. more_link: false
  227. more_link_text: ''
  228. more_link_path: ''
  229. strip_tags: false
  230. trim: false
  231. preserve_tags: ''
  232. html: false
  233. element_type: ''
  234. element_class: ''
  235. element_label_type: ''
  236. element_label_class: ''
  237. element_label_colon: false
  238. element_wrapper_type: ''
  239. element_wrapper_class: ''
  240. element_default_classes: true
  241. empty: ''
  242. hide_empty: false
  243. empty_zero: false
  244. hide_alter_empty: true
  245. click_sort_column: value
  246. type: content_moderation_state
  247. settings: { }
  248. group_column: value
  249. group_columns: { }
  250. group_rows: true
  251. delta_limit: 0
  252. delta_offset: 0
  253. delta_reversed: false
  254. delta_first_last: false
  255. multi_type: separator
  256. separator: ', '
  257. field_api_classes: false
  258. entity_type: content_moderation_state
  259. entity_field: moderation_state
  260. plugin_id: field
  261. filters: { }
  262. sorts:
  263. changed:
  264. id: changed
  265. table: node_field_revision
  266. field: changed
  267. order: ASC
  268. entity_type: node
  269. entity_field: changed
  270. plugin_id: date
  271. relationship: none
  272. group_type: group
  273. admin_label: ''
  274. exposed: false
  275. expose:
  276. label: ''
  277. granularity: second
  278. title: 'Moderation History'
  279. header: { }
  280. footer: { }
  281. empty: { }
  282. relationships:
  283. moderation_state:
  284. id: moderation_state
  285. table: node_field_revision
  286. field: moderation_state
  287. relationship: none
  288. group_type: group
  289. admin_label: 'Moderation state'
  290. required: true
  291. entity_type: node
  292. plugin_id: standard
  293. arguments:
  294. nid:
  295. id: nid
  296. table: node_field_revision
  297. field: nid
  298. relationship: none
  299. group_type: group
  300. admin_label: ''
  301. default_action: default
  302. exception:
  303. value: all
  304. title_enable: false
  305. title: All
  306. title_enable: false
  307. title: ''
  308. default_argument_type: node
  309. default_argument_options: { }
  310. default_argument_skip_url: false
  311. summary_options:
  312. base_path: ''
  313. count: true
  314. items_per_page: 25
  315. override: false
  316. summary:
  317. sort_order: asc
  318. number_of_records: 0
  319. format: default_summary
  320. specify_validation: true
  321. validate:
  322. type: 'entity:node'
  323. fail: 'not found'
  324. validate_options:
  325. access: true
  326. operation: view
  327. multiple: 0
  328. bundles: { }
  329. break_phrase: false
  330. not: false
  331. entity_type: node
  332. entity_field: nid
  333. plugin_id: node_nid
  334. display_extenders: { }
  335. cache_metadata:
  336. max-age: -1
  337. contexts:
  338. - 'languages:language_content'
  339. - 'languages:language_interface'
  340. - url
  341. - 'user.node_grants:view'
  342. - user.permissions
  343. tags: { }
  344. page:
  345. display_plugin: page
  346. id: page
  347. display_title: Page
  348. position: 1
  349. display_options:
  350. display_extenders: { }
  351. path: node/%node/moderation-history
  352. cache_metadata:
  353. max-age: -1
  354. contexts:
  355. - 'languages:language_content'
  356. - 'languages:language_interface'
  357. - url
  358. - 'user.node_grants:view'
  359. - user.permissions
  360. tags: { }