views.view.block_content_2976334.yml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - block_content
  6. - user
  7. id: block_content
  8. label: 'Custom block library'
  9. module: views
  10. description: 'Find and manage custom blocks.'
  11. tag: default
  12. base_table: block_content_field_data
  13. base_field: id
  14. core: 8.x
  15. display:
  16. default:
  17. display_plugin: default
  18. id: default
  19. display_title: Master
  20. position: 0
  21. display_options:
  22. access:
  23. type: perm
  24. options:
  25. perm: 'administer blocks'
  26. cache:
  27. type: tag
  28. options: { }
  29. query:
  30. type: views_query
  31. options:
  32. disable_sql_rewrite: false
  33. distinct: false
  34. replica: false
  35. query_comment: ''
  36. query_tags: { }
  37. exposed_form:
  38. type: basic
  39. options:
  40. submit_button: Apply
  41. reset_button: false
  42. reset_button_label: Reset
  43. exposed_sorts_label: 'Sort by'
  44. expose_sort_order: true
  45. sort_asc_label: Asc
  46. sort_desc_label: Desc
  47. pager:
  48. type: mini
  49. options:
  50. items_per_page: 50
  51. offset: 0
  52. id: 0
  53. total_pages: null
  54. tags:
  55. previous: '‹ Previous'
  56. next: 'Next ›'
  57. expose:
  58. items_per_page: false
  59. items_per_page_label: 'Items per page'
  60. items_per_page_options: '5, 10, 25, 50'
  61. items_per_page_options_all: false
  62. items_per_page_options_all_label: '- All -'
  63. offset: false
  64. offset_label: Offset
  65. style:
  66. type: table
  67. options:
  68. grouping: { }
  69. row_class: ''
  70. default_row_class: true
  71. override: true
  72. sticky: false
  73. caption: ''
  74. summary: ''
  75. description: ''
  76. columns:
  77. info: info
  78. type: type
  79. changed: changed
  80. operations: operations
  81. info:
  82. info:
  83. sortable: true
  84. default_sort_order: asc
  85. align: ''
  86. separator: ''
  87. empty_column: false
  88. responsive: ''
  89. type:
  90. sortable: true
  91. default_sort_order: asc
  92. align: ''
  93. separator: ''
  94. empty_column: false
  95. responsive: ''
  96. changed:
  97. sortable: true
  98. default_sort_order: desc
  99. align: ''
  100. separator: ''
  101. empty_column: false
  102. responsive: ''
  103. operations:
  104. sortable: false
  105. default_sort_order: asc
  106. align: ''
  107. separator: ''
  108. empty_column: false
  109. responsive: ''
  110. default: changed
  111. empty_table: true
  112. row:
  113. type: fields
  114. fields:
  115. info:
  116. id: info
  117. table: block_content_field_data
  118. field: info
  119. relationship: none
  120. group_type: group
  121. admin_label: ''
  122. label: 'Block description'
  123. exclude: false
  124. alter:
  125. alter_text: false
  126. text: ''
  127. make_link: false
  128. path: ''
  129. absolute: false
  130. external: false
  131. replace_spaces: false
  132. path_case: none
  133. trim_whitespace: false
  134. alt: ''
  135. rel: ''
  136. link_class: ''
  137. prefix: ''
  138. suffix: ''
  139. target: ''
  140. nl2br: false
  141. max_length: 0
  142. word_boundary: true
  143. ellipsis: true
  144. more_link: false
  145. more_link_text: ''
  146. more_link_path: ''
  147. strip_tags: false
  148. trim: false
  149. preserve_tags: ''
  150. html: false
  151. element_type: ''
  152. element_class: ''
  153. element_label_type: ''
  154. element_label_class: ''
  155. element_label_colon: true
  156. element_wrapper_type: ''
  157. element_wrapper_class: ''
  158. element_default_classes: true
  159. empty: ''
  160. hide_empty: false
  161. empty_zero: false
  162. hide_alter_empty: true
  163. click_sort_column: value
  164. type: string
  165. settings:
  166. link_to_entity: true
  167. group_column: value
  168. group_columns: { }
  169. group_rows: true
  170. delta_limit: 0
  171. delta_offset: 0
  172. delta_reversed: false
  173. delta_first_last: false
  174. multi_type: separator
  175. separator: ', '
  176. field_api_classes: false
  177. entity_type: null
  178. entity_field: info
  179. plugin_id: field
  180. type:
  181. id: type
  182. table: block_content_field_data
  183. field: type
  184. relationship: none
  185. group_type: group
  186. admin_label: ''
  187. label: 'Block type'
  188. exclude: false
  189. alter:
  190. alter_text: false
  191. text: ''
  192. make_link: false
  193. path: ''
  194. absolute: false
  195. external: false
  196. replace_spaces: false
  197. path_case: none
  198. trim_whitespace: false
  199. alt: ''
  200. rel: ''
  201. link_class: ''
  202. prefix: ''
  203. suffix: ''
  204. target: ''
  205. nl2br: false
  206. max_length: 0
  207. word_boundary: true
  208. ellipsis: true
  209. more_link: false
  210. more_link_text: ''
  211. more_link_path: ''
  212. strip_tags: false
  213. trim: false
  214. preserve_tags: ''
  215. html: false
  216. element_type: ''
  217. element_class: ''
  218. element_label_type: ''
  219. element_label_class: ''
  220. element_label_colon: true
  221. element_wrapper_type: ''
  222. element_wrapper_class: ''
  223. element_default_classes: true
  224. empty: ''
  225. hide_empty: false
  226. empty_zero: false
  227. hide_alter_empty: true
  228. click_sort_column: target_id
  229. type: entity_reference_label
  230. settings:
  231. link: false
  232. group_column: target_id
  233. group_columns: { }
  234. group_rows: true
  235. delta_limit: 0
  236. delta_offset: 0
  237. delta_reversed: false
  238. delta_first_last: false
  239. multi_type: separator
  240. separator: ', '
  241. field_api_classes: false
  242. entity_type: block_content
  243. entity_field: type
  244. plugin_id: field
  245. changed:
  246. id: changed
  247. table: block_content_field_data
  248. field: changed
  249. relationship: none
  250. group_type: group
  251. admin_label: ''
  252. label: Updated
  253. exclude: false
  254. alter:
  255. alter_text: false
  256. text: ''
  257. make_link: false
  258. path: ''
  259. absolute: false
  260. external: false
  261. replace_spaces: false
  262. path_case: none
  263. trim_whitespace: false
  264. alt: ''
  265. rel: ''
  266. link_class: ''
  267. prefix: ''
  268. suffix: ''
  269. target: ''
  270. nl2br: false
  271. max_length: 0
  272. word_boundary: true
  273. ellipsis: true
  274. more_link: false
  275. more_link_text: ''
  276. more_link_path: ''
  277. strip_tags: false
  278. trim: false
  279. preserve_tags: ''
  280. html: false
  281. element_type: ''
  282. element_class: ''
  283. element_label_type: ''
  284. element_label_class: ''
  285. element_label_colon: true
  286. element_wrapper_type: ''
  287. element_wrapper_class: ''
  288. element_default_classes: true
  289. empty: ''
  290. hide_empty: false
  291. empty_zero: false
  292. hide_alter_empty: true
  293. entity_type: block_content
  294. entity_field: changed
  295. type: timestamp
  296. settings:
  297. date_format: short
  298. custom_date_format: ''
  299. timezone: ''
  300. plugin_id: field
  301. operations:
  302. id: operations
  303. table: block_content
  304. field: operations
  305. relationship: none
  306. group_type: group
  307. admin_label: ''
  308. label: Operations
  309. exclude: false
  310. alter:
  311. alter_text: false
  312. text: ''
  313. make_link: false
  314. path: ''
  315. absolute: false
  316. external: false
  317. replace_spaces: false
  318. path_case: none
  319. trim_whitespace: false
  320. alt: ''
  321. rel: ''
  322. link_class: ''
  323. prefix: ''
  324. suffix: ''
  325. target: ''
  326. nl2br: false
  327. max_length: 0
  328. word_boundary: true
  329. ellipsis: true
  330. more_link: false
  331. more_link_text: ''
  332. more_link_path: ''
  333. strip_tags: false
  334. trim: false
  335. preserve_tags: ''
  336. html: false
  337. element_type: ''
  338. element_class: ''
  339. element_label_type: ''
  340. element_label_class: ''
  341. element_label_colon: true
  342. element_wrapper_type: ''
  343. element_wrapper_class: ''
  344. element_default_classes: true
  345. empty: ''
  346. hide_empty: false
  347. empty_zero: false
  348. hide_alter_empty: true
  349. destination: true
  350. entity_type: block_content
  351. plugin_id: entity_operations
  352. filters:
  353. info:
  354. id: info
  355. table: block_content_field_data
  356. field: info
  357. relationship: none
  358. group_type: group
  359. admin_label: ''
  360. operator: contains
  361. value: ''
  362. group: 1
  363. exposed: true
  364. expose:
  365. operator_id: info_op
  366. label: 'Block description'
  367. description: ''
  368. use_operator: false
  369. operator: info_op
  370. identifier: info
  371. required: false
  372. remember: false
  373. multiple: false
  374. remember_roles:
  375. authenticated: authenticated
  376. anonymous: '0'
  377. administrator: '0'
  378. is_grouped: false
  379. group_info:
  380. label: ''
  381. description: ''
  382. identifier: ''
  383. optional: true
  384. widget: select
  385. multiple: false
  386. remember: false
  387. default_group: All
  388. default_group_multiple: { }
  389. group_items: { }
  390. entity_type: block_content
  391. entity_field: info
  392. plugin_id: string
  393. type:
  394. id: type
  395. table: block_content_field_data
  396. field: type
  397. relationship: none
  398. group_type: group
  399. admin_label: ''
  400. operator: in
  401. value: { }
  402. group: 1
  403. exposed: true
  404. expose:
  405. operator_id: type_op
  406. label: 'Block type'
  407. description: ''
  408. use_operator: false
  409. operator: type_op
  410. identifier: type
  411. required: false
  412. remember: false
  413. multiple: false
  414. remember_roles:
  415. authenticated: authenticated
  416. anonymous: '0'
  417. administrator: '0'
  418. reduce: false
  419. is_grouped: false
  420. group_info:
  421. label: ''
  422. description: ''
  423. identifier: ''
  424. optional: true
  425. widget: select
  426. multiple: false
  427. remember: false
  428. default_group: All
  429. default_group_multiple: { }
  430. group_items: { }
  431. entity_type: block_content
  432. entity_field: type
  433. plugin_id: bundle
  434. sorts: { }
  435. title: 'Custom block library'
  436. header: { }
  437. footer: { }
  438. empty:
  439. area_text_custom:
  440. id: area_text_custom
  441. table: views
  442. field: area_text_custom
  443. relationship: none
  444. group_type: group
  445. admin_label: ''
  446. empty: true
  447. tokenize: false
  448. content: 'There are no custom blocks available.'
  449. plugin_id: text_custom
  450. block_content_listing_empty:
  451. admin_label: ''
  452. empty: true
  453. field: block_content_listing_empty
  454. group_type: group
  455. id: block_content_listing_empty
  456. label: ''
  457. relationship: none
  458. table: block_content
  459. plugin_id: block_content_listing_empty
  460. entity_type: block_content
  461. relationships: { }
  462. arguments: { }
  463. display_extenders: { }
  464. cache_metadata:
  465. contexts:
  466. - 'languages:language_content'
  467. - 'languages:language_interface'
  468. - url
  469. - url.query_args
  470. - user.permissions
  471. max-age: 0
  472. tags: { }
  473. page_1:
  474. display_plugin: page
  475. id: page_1
  476. display_title: Page
  477. position: 1
  478. display_options:
  479. display_extenders: { }
  480. path: admin/structure/block/block-content
  481. menu:
  482. type: tab
  483. title: 'Custom block library'
  484. description: ''
  485. parent: block.admin_display
  486. weight: 0
  487. context: '0'
  488. menu_name: admin
  489. cache_metadata:
  490. contexts:
  491. - 'languages:language_content'
  492. - 'languages:language_interface'
  493. - url
  494. - url.query_args
  495. - user.permissions
  496. max-age: 0
  497. tags: { }
  498. page_2:
  499. display_plugin: page
  500. id: page_2
  501. display_title: 'Page 2'
  502. position: 2
  503. display_options:
  504. display_extenders: { }
  505. path: extra-view-display
  506. filters:
  507. type:
  508. id: type
  509. table: block_content_field_data
  510. field: type
  511. relationship: none
  512. group_type: group
  513. admin_label: ''
  514. operator: in
  515. value: { }
  516. group: 1
  517. exposed: true
  518. expose:
  519. operator_id: type_op
  520. label: 'Block type'
  521. description: ''
  522. use_operator: false
  523. operator: type_op
  524. identifier: type
  525. required: false
  526. remember: false
  527. multiple: false
  528. remember_roles:
  529. authenticated: authenticated
  530. anonymous: '0'
  531. administrator: '0'
  532. reduce: false
  533. is_grouped: false
  534. group_info:
  535. label: ''
  536. description: ''
  537. identifier: ''
  538. optional: true
  539. widget: select
  540. multiple: false
  541. remember: false
  542. default_group: All
  543. default_group_multiple: { }
  544. group_items: { }
  545. entity_type: block_content
  546. entity_field: type
  547. plugin_id: bundle
  548. info:
  549. id: info
  550. table: block_content_field_data
  551. field: info
  552. relationship: none
  553. group_type: group
  554. admin_label: ''
  555. operator: 'contains'
  556. value: block2
  557. group: 1
  558. exposed: false
  559. expose:
  560. operator_id: ''
  561. label: ''
  562. description: ''
  563. use_operator: false
  564. operator: ''
  565. identifier: ''
  566. required: false
  567. remember: false
  568. multiple: false
  569. remember_roles:
  570. authenticated: authenticated
  571. placeholder: ''
  572. is_grouped: false
  573. group_info:
  574. label: ''
  575. description: ''
  576. identifier: ''
  577. optional: true
  578. widget: select
  579. multiple: false
  580. remember: false
  581. default_group: All
  582. default_group_multiple: { }
  583. group_items: { }
  584. entity_type: block_content
  585. entity_field: info
  586. plugin_id: string
  587. defaults:
  588. filters: false
  589. filter_groups: false
  590. filter_groups:
  591. operator: AND
  592. groups:
  593. 1: AND
  594. cache_metadata:
  595. max-age: 0
  596. contexts:
  597. - 'languages:language_content'
  598. - 'languages:language_interface'
  599. - url
  600. - url.query_args
  601. - user.permissions
  602. tags: { }