views.view.admin_nodes.yml 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571
  1. uuid: c0c7809f-347d-4949-852c-472f6c4173e3
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.storage.node.field_distributor
  7. - field.storage.node.field_manufacturer
  8. - field.storage.node.field_memo
  9. - field.storage.node.field_migration
  10. - field.storage.node.field_tags
  11. - field.storage.node.field_thesaurus
  12. - field.storage.node.field_workflow
  13. - taxonomy.vocabulary.company
  14. - user.role.admin
  15. - user.role.root
  16. module:
  17. - better_exposed_filters
  18. - content_lock
  19. - content_translation
  20. - node
  21. - options
  22. - taxonomy
  23. - user
  24. - views_bulk_operations
  25. - workflow
  26. id: admin_nodes
  27. label: 'Admin Nodes'
  28. module: views
  29. description: ''
  30. tag: ''
  31. base_table: node_field_data
  32. base_field: nid
  33. core: 8.x
  34. display:
  35. default:
  36. display_plugin: default
  37. id: default
  38. display_title: Master
  39. position: 0
  40. display_options:
  41. access:
  42. type: role
  43. options:
  44. role:
  45. admin: admin
  46. root: root
  47. cache:
  48. type: tag
  49. options: { }
  50. query:
  51. type: views_query
  52. options:
  53. disable_sql_rewrite: false
  54. distinct: false
  55. replica: false
  56. query_comment: ''
  57. query_tags: { }
  58. exposed_form:
  59. type: bef
  60. options:
  61. submit_button: Apply
  62. reset_button: true
  63. reset_button_label: Reset
  64. exposed_sorts_label: 'Sort by'
  65. expose_sort_order: true
  66. sort_asc_label: Asc
  67. sort_desc_label: Desc
  68. input_required: false
  69. text_input_required: 'Select any filter and click on Apply to see results'
  70. bef:
  71. general:
  72. allow_secondary: false
  73. secondary_label: 'Advanced options'
  74. autosubmit: false
  75. autosubmit_exclude_textfield: false
  76. autosubmit_hide: false
  77. type:
  78. bef_format: default
  79. more_options:
  80. bef_select_all_none: false
  81. bef_collapsible: false
  82. is_secondary: false
  83. rewrite:
  84. filter_rewrite_values: ''
  85. langcode:
  86. bef_format: default
  87. more_options:
  88. bef_select_all_none: false
  89. bef_collapsible: false
  90. is_secondary: false
  91. rewrite:
  92. filter_rewrite_values: ''
  93. title:
  94. bef_format: default
  95. more_options:
  96. is_secondary: false
  97. placeholder_text: ''
  98. field_manufacturer_target_id:
  99. bef_format: default
  100. more_options:
  101. is_secondary: false
  102. placeholder_text: ''
  103. rewrite:
  104. filter_rewrite_values: ''
  105. field_distributor_target_id:
  106. bef_format: default
  107. more_options:
  108. is_secondary: false
  109. placeholder_text: ''
  110. rewrite:
  111. filter_rewrite_values: ''
  112. field_memo_value:
  113. bef_format: default
  114. more_options:
  115. is_secondary: false
  116. placeholder_text: ''
  117. field_migration_value:
  118. bef_format: default
  119. more_options:
  120. bef_select_all_none: false
  121. bef_collapsible: false
  122. is_secondary: false
  123. rewrite:
  124. filter_rewrite_values: ''
  125. field_workflow_value:
  126. bef_format: default
  127. more_options:
  128. bef_select_all_none: false
  129. bef_collapsible: false
  130. is_secondary: false
  131. rewrite:
  132. filter_rewrite_values: ''
  133. text_input_required_format: wysiwyg
  134. pager:
  135. type: full
  136. options:
  137. items_per_page: 50
  138. offset: 0
  139. id: 0
  140. total_pages: null
  141. tags:
  142. previous: ‹‹
  143. next: ››
  144. first: '« First'
  145. last: 'Last »'
  146. expose:
  147. items_per_page: false
  148. items_per_page_label: 'Items per page'
  149. items_per_page_options: '5, 10, 25, 50'
  150. items_per_page_options_all: false
  151. items_per_page_options_all_label: '- All -'
  152. offset: false
  153. offset_label: Offset
  154. quantity: 9
  155. style:
  156. type: table
  157. options:
  158. grouping: { }
  159. row_class: ''
  160. default_row_class: true
  161. override: true
  162. sticky: false
  163. caption: ''
  164. summary: ''
  165. description: ''
  166. columns:
  167. views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
  168. nid: title
  169. title: title
  170. edit_node: title
  171. translation_link: title
  172. langcode: langcode
  173. field_thesaurus: field_thesaurus
  174. delta: field_thesaurus
  175. field_tags: field_tags
  176. field_manufacturer: field_manufacturer
  177. field_distributor: field_distributor
  178. field_workflow: field_workflow
  179. field_migration: field_migration
  180. is_locked: is_locked
  181. field_memo: field_memo
  182. info:
  183. views_bulk_operations_bulk_form:
  184. align: ''
  185. separator: ''
  186. empty_column: false
  187. responsive: ''
  188. nid:
  189. sortable: false
  190. default_sort_order: asc
  191. align: ''
  192. separator: ''
  193. empty_column: false
  194. responsive: ''
  195. title:
  196. sortable: false
  197. default_sort_order: asc
  198. align: ''
  199. separator: '<br/>'
  200. empty_column: false
  201. responsive: ''
  202. edit_node:
  203. sortable: false
  204. default_sort_order: asc
  205. align: ''
  206. separator: ''
  207. empty_column: false
  208. responsive: ''
  209. translation_link:
  210. sortable: false
  211. default_sort_order: asc
  212. align: ''
  213. separator: ''
  214. empty_column: false
  215. responsive: ''
  216. langcode:
  217. sortable: false
  218. default_sort_order: asc
  219. align: ''
  220. separator: ''
  221. empty_column: false
  222. responsive: ''
  223. field_thesaurus:
  224. align: ''
  225. separator: '<br/>'
  226. empty_column: false
  227. responsive: ''
  228. delta:
  229. sortable: false
  230. default_sort_order: asc
  231. align: ''
  232. separator: ''
  233. empty_column: false
  234. responsive: ''
  235. field_tags:
  236. align: ''
  237. separator: ''
  238. empty_column: false
  239. responsive: ''
  240. field_manufacturer:
  241. align: ''
  242. separator: ''
  243. empty_column: false
  244. responsive: ''
  245. field_distributor:
  246. align: ''
  247. separator: ''
  248. empty_column: false
  249. responsive: ''
  250. field_workflow:
  251. sortable: false
  252. default_sort_order: asc
  253. align: ''
  254. separator: ''
  255. empty_column: false
  256. responsive: ''
  257. field_migration:
  258. sortable: false
  259. default_sort_order: asc
  260. align: ''
  261. separator: ''
  262. empty_column: false
  263. responsive: ''
  264. is_locked:
  265. sortable: false
  266. default_sort_order: asc
  267. align: ''
  268. separator: ''
  269. empty_column: false
  270. responsive: ''
  271. field_memo:
  272. align: ''
  273. separator: ''
  274. empty_column: false
  275. responsive: ''
  276. default: '-1'
  277. empty_table: false
  278. row:
  279. type: fields
  280. fields:
  281. views_bulk_operations_bulk_form:
  282. id: views_bulk_operations_bulk_form
  283. table: views
  284. field: views_bulk_operations_bulk_form
  285. relationship: none
  286. group_type: group
  287. admin_label: ''
  288. label: 'Views bulk operations'
  289. exclude: false
  290. alter:
  291. alter_text: false
  292. text: ''
  293. make_link: false
  294. path: ''
  295. absolute: false
  296. external: false
  297. replace_spaces: false
  298. path_case: none
  299. trim_whitespace: false
  300. alt: ''
  301. rel: ''
  302. link_class: ''
  303. prefix: ''
  304. suffix: ''
  305. target: ''
  306. nl2br: false
  307. max_length: 0
  308. word_boundary: true
  309. ellipsis: true
  310. more_link: false
  311. more_link_text: ''
  312. more_link_path: ''
  313. strip_tags: false
  314. trim: false
  315. preserve_tags: ''
  316. html: false
  317. element_type: ''
  318. element_class: ''
  319. element_label_type: ''
  320. element_label_class: ''
  321. element_label_colon: true
  322. element_wrapper_type: ''
  323. element_wrapper_class: ''
  324. element_default_classes: true
  325. empty: ''
  326. hide_empty: false
  327. empty_zero: false
  328. hide_alter_empty: true
  329. batch: true
  330. batch_size: 10
  331. form_step: true
  332. buttons: false
  333. clear_on_exposed: 0
  334. action_title: Action
  335. selected_actions:
  336. 'entity:break_lock:node': 'entity:break_lock:node'
  337. node_promote_action: 0
  338. node_unpromote_action: 0
  339. node_unpublish_by_keyword_action: 0
  340. node_assign_owner_action: 0
  341. node_publish_action: 0
  342. node_unpublish_action: 0
  343. node_make_unsticky_action: 0
  344. node_save_action: node_save_action
  345. node_make_sticky_action: 0
  346. views_bulk_edit: 0
  347. views_bulk_operations_delete_entity: 0
  348. workflow_node_given_state_action: 0
  349. workflow_node_next_state_action: 0
  350. pathauto_update_alias: pathauto_update_alias
  351. 'entity:delete_action:node': 0
  352. 'entity:unpublish_action:node': 0
  353. 'entity:publish_action:node': 0
  354. 'entity:save_action:node': 0
  355. preconfiguration:
  356. 'entity:break_lock:node':
  357. label_override: ''
  358. node_save_action:
  359. label_override: ''
  360. pathauto_update_alias:
  361. label_override: ''
  362. plugin_id: views_bulk_operations_bulk_form
  363. nid:
  364. id: nid
  365. table: node_field_data
  366. field: nid
  367. relationship: none
  368. group_type: group
  369. admin_label: ''
  370. label: ID
  371. exclude: false
  372. alter:
  373. alter_text: false
  374. text: ''
  375. make_link: false
  376. path: ''
  377. absolute: false
  378. external: false
  379. replace_spaces: false
  380. path_case: none
  381. trim_whitespace: false
  382. alt: ''
  383. rel: ''
  384. link_class: ''
  385. prefix: ''
  386. suffix: ''
  387. target: ''
  388. nl2br: false
  389. max_length: 0
  390. word_boundary: true
  391. ellipsis: true
  392. more_link: false
  393. more_link_text: ''
  394. more_link_path: ''
  395. strip_tags: false
  396. trim: false
  397. preserve_tags: ''
  398. html: false
  399. element_type: ''
  400. element_class: ''
  401. element_label_type: ''
  402. element_label_class: ''
  403. element_label_colon: true
  404. element_wrapper_type: ''
  405. element_wrapper_class: ''
  406. element_default_classes: true
  407. empty: ''
  408. hide_empty: false
  409. empty_zero: false
  410. hide_alter_empty: true
  411. click_sort_column: value
  412. type: number_integer
  413. settings:
  414. thousand_separator: ''
  415. prefix_suffix: true
  416. group_column: value
  417. group_columns: { }
  418. group_rows: true
  419. delta_limit: 0
  420. delta_offset: 0
  421. delta_reversed: false
  422. delta_first_last: false
  423. multi_type: separator
  424. separator: ', '
  425. field_api_classes: false
  426. entity_type: node
  427. entity_field: nid
  428. plugin_id: field
  429. title:
  430. id: title
  431. table: node_field_data
  432. field: title
  433. entity_type: node
  434. entity_field: title
  435. alter:
  436. alter_text: false
  437. make_link: false
  438. absolute: false
  439. trim: false
  440. word_boundary: false
  441. ellipsis: false
  442. strip_tags: false
  443. html: false
  444. hide_empty: false
  445. empty_zero: false
  446. settings:
  447. link_to_entity: true
  448. plugin_id: field
  449. relationship: none
  450. group_type: group
  451. admin_label: ''
  452. label: Title
  453. exclude: false
  454. element_type: ''
  455. element_class: ''
  456. element_label_type: ''
  457. element_label_class: ''
  458. element_label_colon: true
  459. element_wrapper_type: ''
  460. element_wrapper_class: ''
  461. element_default_classes: true
  462. empty: ''
  463. hide_alter_empty: true
  464. click_sort_column: value
  465. type: string
  466. group_column: value
  467. group_columns: { }
  468. group_rows: true
  469. delta_limit: 0
  470. delta_offset: 0
  471. delta_reversed: false
  472. delta_first_last: false
  473. multi_type: separator
  474. separator: ', '
  475. field_api_classes: false
  476. edit_node:
  477. id: edit_node
  478. table: node
  479. field: edit_node
  480. relationship: none
  481. group_type: group
  482. admin_label: ''
  483. label: Edit
  484. exclude: false
  485. alter:
  486. alter_text: false
  487. text: ''
  488. make_link: false
  489. path: ''
  490. absolute: false
  491. external: false
  492. replace_spaces: false
  493. path_case: none
  494. trim_whitespace: false
  495. alt: ''
  496. rel: ''
  497. link_class: ''
  498. prefix: ''
  499. suffix: ''
  500. target: ''
  501. nl2br: false
  502. max_length: 0
  503. word_boundary: true
  504. ellipsis: true
  505. more_link: false
  506. more_link_text: ''
  507. more_link_path: ''
  508. strip_tags: false
  509. trim: false
  510. preserve_tags: ''
  511. html: false
  512. element_type: ''
  513. element_class: ''
  514. element_label_type: ''
  515. element_label_class: ''
  516. element_label_colon: true
  517. element_wrapper_type: ''
  518. element_wrapper_class: ''
  519. element_default_classes: true
  520. empty: ''
  521. hide_empty: false
  522. empty_zero: false
  523. hide_alter_empty: true
  524. text: edit
  525. output_url_as_text: false
  526. absolute: false
  527. entity_type: node
  528. plugin_id: entity_link_edit
  529. translation_link:
  530. id: translation_link
  531. table: node
  532. field: translation_link
  533. relationship: none
  534. group_type: group
  535. admin_label: ''
  536. label: Translate
  537. exclude: false
  538. alter:
  539. alter_text: false
  540. text: ''
  541. make_link: false
  542. path: ''
  543. absolute: false
  544. external: false
  545. replace_spaces: false
  546. path_case: none
  547. trim_whitespace: false
  548. alt: ''
  549. rel: ''
  550. link_class: ''
  551. prefix: ''
  552. suffix: ''
  553. target: ''
  554. nl2br: false
  555. max_length: 0
  556. word_boundary: true
  557. ellipsis: true
  558. more_link: false
  559. more_link_text: ''
  560. more_link_path: ''
  561. strip_tags: false
  562. trim: false
  563. preserve_tags: ''
  564. html: false
  565. element_type: ''
  566. element_class: ''
  567. element_label_type: ''
  568. element_label_class: ''
  569. element_label_colon: true
  570. element_wrapper_type: ''
  571. element_wrapper_class: ''
  572. element_default_classes: true
  573. empty: ''
  574. hide_empty: false
  575. empty_zero: false
  576. hide_alter_empty: true
  577. text: Translate
  578. output_url_as_text: 0
  579. absolute: 0
  580. entity_type: node
  581. plugin_id: content_translation_link
  582. langcode:
  583. id: langcode
  584. table: node
  585. field: langcode
  586. relationship: none
  587. group_type: group
  588. admin_label: ''
  589. label: 'Original language'
  590. exclude: false
  591. alter:
  592. alter_text: false
  593. text: ''
  594. make_link: false
  595. path: ''
  596. absolute: false
  597. external: false
  598. replace_spaces: false
  599. path_case: none
  600. trim_whitespace: false
  601. alt: ''
  602. rel: ''
  603. link_class: ''
  604. prefix: ''
  605. suffix: ''
  606. target: ''
  607. nl2br: false
  608. max_length: 0
  609. word_boundary: true
  610. ellipsis: true
  611. more_link: false
  612. more_link_text: ''
  613. more_link_path: ''
  614. strip_tags: false
  615. trim: false
  616. preserve_tags: ''
  617. html: false
  618. element_type: ''
  619. element_class: ''
  620. element_label_type: ''
  621. element_label_class: ''
  622. element_label_colon: true
  623. element_wrapper_type: ''
  624. element_wrapper_class: ''
  625. element_default_classes: true
  626. empty: ''
  627. hide_empty: false
  628. empty_zero: false
  629. hide_alter_empty: true
  630. click_sort_column: value
  631. type: language
  632. settings:
  633. link_to_entity: false
  634. native_language: false
  635. group_column: value
  636. group_columns: { }
  637. group_rows: true
  638. delta_limit: 0
  639. delta_offset: 0
  640. delta_reversed: false
  641. delta_first_last: false
  642. multi_type: separator
  643. separator: ', '
  644. field_api_classes: false
  645. entity_type: node
  646. entity_field: langcode
  647. plugin_id: field
  648. field_thesaurus:
  649. id: field_thesaurus
  650. table: node__field_thesaurus
  651. field: field_thesaurus
  652. relationship: none
  653. group_type: group
  654. admin_label: ''
  655. label: Thesaurus
  656. exclude: false
  657. alter:
  658. alter_text: false
  659. text: ''
  660. make_link: false
  661. path: ''
  662. absolute: false
  663. external: false
  664. replace_spaces: false
  665. path_case: none
  666. trim_whitespace: false
  667. alt: ''
  668. rel: ''
  669. link_class: ''
  670. prefix: ''
  671. suffix: ''
  672. target: ''
  673. nl2br: false
  674. max_length: 0
  675. word_boundary: true
  676. ellipsis: true
  677. more_link: false
  678. more_link_text: ''
  679. more_link_path: ''
  680. strip_tags: false
  681. trim: false
  682. preserve_tags: ''
  683. html: false
  684. element_type: ''
  685. element_class: ''
  686. element_label_type: ''
  687. element_label_class: ''
  688. element_label_colon: true
  689. element_wrapper_type: ''
  690. element_wrapper_class: ''
  691. element_default_classes: true
  692. empty: ''
  693. hide_empty: false
  694. empty_zero: false
  695. hide_alter_empty: true
  696. click_sort_column: target_id
  697. type: entity_reference_label
  698. settings:
  699. link: true
  700. group_column: target_id
  701. group_columns: { }
  702. group_rows: true
  703. delta_limit: 5
  704. delta_offset: 0
  705. delta_reversed: false
  706. delta_first_last: false
  707. multi_type: separator
  708. separator: '<br/>'
  709. field_api_classes: false
  710. plugin_id: field
  711. field_tags:
  712. id: field_tags
  713. table: node__field_tags
  714. field: field_tags
  715. relationship: none
  716. group_type: group
  717. admin_label: ''
  718. label: Tags
  719. exclude: false
  720. alter:
  721. alter_text: false
  722. text: ''
  723. make_link: false
  724. path: ''
  725. absolute: false
  726. external: false
  727. replace_spaces: false
  728. path_case: none
  729. trim_whitespace: false
  730. alt: ''
  731. rel: ''
  732. link_class: ''
  733. prefix: ''
  734. suffix: ''
  735. target: ''
  736. nl2br: false
  737. max_length: 0
  738. word_boundary: true
  739. ellipsis: true
  740. more_link: false
  741. more_link_text: ''
  742. more_link_path: ''
  743. strip_tags: false
  744. trim: false
  745. preserve_tags: ''
  746. html: false
  747. element_type: ''
  748. element_class: ''
  749. element_label_type: ''
  750. element_label_class: ''
  751. element_label_colon: true
  752. element_wrapper_type: ''
  753. element_wrapper_class: ''
  754. element_default_classes: true
  755. empty: ''
  756. hide_empty: false
  757. empty_zero: false
  758. hide_alter_empty: true
  759. click_sort_column: target_id
  760. type: entity_reference_label
  761. settings:
  762. link: true
  763. group_column: target_id
  764. group_columns: { }
  765. group_rows: true
  766. delta_limit: 0
  767. delta_offset: 0
  768. delta_reversed: false
  769. delta_first_last: false
  770. multi_type: separator
  771. separator: ', '
  772. field_api_classes: false
  773. plugin_id: field
  774. field_manufacturer:
  775. id: field_manufacturer
  776. table: node__field_manufacturer
  777. field: field_manufacturer
  778. relationship: none
  779. group_type: group
  780. admin_label: ''
  781. label: Manufacturer
  782. exclude: false
  783. alter:
  784. alter_text: false
  785. text: ''
  786. make_link: false
  787. path: ''
  788. absolute: false
  789. external: false
  790. replace_spaces: false
  791. path_case: none
  792. trim_whitespace: false
  793. alt: ''
  794. rel: ''
  795. link_class: ''
  796. prefix: ''
  797. suffix: ''
  798. target: ''
  799. nl2br: false
  800. max_length: 0
  801. word_boundary: true
  802. ellipsis: true
  803. more_link: false
  804. more_link_text: ''
  805. more_link_path: ''
  806. strip_tags: false
  807. trim: false
  808. preserve_tags: ''
  809. html: false
  810. element_type: ''
  811. element_class: ''
  812. element_label_type: ''
  813. element_label_class: ''
  814. element_label_colon: true
  815. element_wrapper_type: ''
  816. element_wrapper_class: ''
  817. element_default_classes: true
  818. empty: ''
  819. hide_empty: false
  820. empty_zero: false
  821. hide_alter_empty: true
  822. click_sort_column: target_id
  823. type: entity_reference_label
  824. settings:
  825. link: true
  826. group_column: target_id
  827. group_columns: { }
  828. group_rows: true
  829. delta_limit: 0
  830. delta_offset: 0
  831. delta_reversed: false
  832. delta_first_last: false
  833. multi_type: separator
  834. separator: ', '
  835. field_api_classes: false
  836. plugin_id: field
  837. field_distributor:
  838. id: field_distributor
  839. table: node__field_distributor
  840. field: field_distributor
  841. relationship: none
  842. group_type: group
  843. admin_label: ''
  844. label: Distributor
  845. exclude: false
  846. alter:
  847. alter_text: false
  848. text: ''
  849. make_link: false
  850. path: ''
  851. absolute: false
  852. external: false
  853. replace_spaces: false
  854. path_case: none
  855. trim_whitespace: false
  856. alt: ''
  857. rel: ''
  858. link_class: ''
  859. prefix: ''
  860. suffix: ''
  861. target: ''
  862. nl2br: false
  863. max_length: 0
  864. word_boundary: true
  865. ellipsis: true
  866. more_link: false
  867. more_link_text: ''
  868. more_link_path: ''
  869. strip_tags: false
  870. trim: false
  871. preserve_tags: ''
  872. html: false
  873. element_type: ''
  874. element_class: ''
  875. element_label_type: ''
  876. element_label_class: ''
  877. element_label_colon: true
  878. element_wrapper_type: ''
  879. element_wrapper_class: ''
  880. element_default_classes: true
  881. empty: ''
  882. hide_empty: false
  883. empty_zero: false
  884. hide_alter_empty: true
  885. click_sort_column: target_id
  886. type: entity_reference_label
  887. settings:
  888. link: true
  889. group_column: target_id
  890. group_columns: { }
  891. group_rows: true
  892. delta_limit: 0
  893. delta_offset: 0
  894. delta_reversed: false
  895. delta_first_last: false
  896. multi_type: separator
  897. separator: ', '
  898. field_api_classes: false
  899. plugin_id: field
  900. field_workflow:
  901. id: field_workflow
  902. table: node__field_workflow
  903. field: field_workflow
  904. relationship: none
  905. group_type: group
  906. admin_label: ''
  907. label: Workflow
  908. exclude: false
  909. alter:
  910. alter_text: false
  911. text: ''
  912. make_link: false
  913. path: ''
  914. absolute: false
  915. external: false
  916. replace_spaces: false
  917. path_case: none
  918. trim_whitespace: false
  919. alt: ''
  920. rel: ''
  921. link_class: ''
  922. prefix: ''
  923. suffix: ''
  924. target: ''
  925. nl2br: false
  926. max_length: 0
  927. word_boundary: true
  928. ellipsis: true
  929. more_link: false
  930. more_link_text: ''
  931. more_link_path: ''
  932. strip_tags: false
  933. trim: false
  934. preserve_tags: ''
  935. html: false
  936. element_type: ''
  937. element_class: ''
  938. element_label_type: ''
  939. element_label_class: ''
  940. element_label_colon: true
  941. element_wrapper_type: ''
  942. element_wrapper_class: ''
  943. element_default_classes: true
  944. empty: ''
  945. hide_empty: false
  946. empty_zero: false
  947. hide_alter_empty: true
  948. click_sort_column: value
  949. type: list_default
  950. settings: { }
  951. group_column: value
  952. group_columns: { }
  953. group_rows: true
  954. delta_limit: 0
  955. delta_offset: 0
  956. delta_reversed: false
  957. delta_first_last: false
  958. multi_type: separator
  959. separator: ', '
  960. field_api_classes: false
  961. plugin_id: field
  962. field_migration:
  963. id: field_migration
  964. table: node__field_migration
  965. field: field_migration
  966. relationship: none
  967. group_type: group
  968. admin_label: ''
  969. label: Migration
  970. exclude: false
  971. alter:
  972. alter_text: false
  973. text: ''
  974. make_link: false
  975. path: ''
  976. absolute: false
  977. external: false
  978. replace_spaces: false
  979. path_case: none
  980. trim_whitespace: false
  981. alt: ''
  982. rel: ''
  983. link_class: ''
  984. prefix: ''
  985. suffix: ''
  986. target: ''
  987. nl2br: false
  988. max_length: 0
  989. word_boundary: true
  990. ellipsis: true
  991. more_link: false
  992. more_link_text: ''
  993. more_link_path: ''
  994. strip_tags: false
  995. trim: false
  996. preserve_tags: ''
  997. html: false
  998. element_type: ''
  999. element_class: ''
  1000. element_label_type: ''
  1001. element_label_class: ''
  1002. element_label_colon: true
  1003. element_wrapper_type: ''
  1004. element_wrapper_class: ''
  1005. element_default_classes: true
  1006. empty: ''
  1007. hide_empty: false
  1008. empty_zero: false
  1009. hide_alter_empty: true
  1010. click_sort_column: value
  1011. type: list_default
  1012. settings: { }
  1013. group_column: value
  1014. group_columns: { }
  1015. group_rows: true
  1016. delta_limit: 0
  1017. delta_offset: 0
  1018. delta_reversed: false
  1019. delta_first_last: false
  1020. multi_type: separator
  1021. separator: ', '
  1022. field_api_classes: false
  1023. plugin_id: field
  1024. is_locked:
  1025. id: is_locked
  1026. table: content_lock
  1027. field: is_locked
  1028. relationship: none
  1029. group_type: group
  1030. admin_label: ''
  1031. label: 'Is Locked'
  1032. exclude: false
  1033. alter:
  1034. alter_text: false
  1035. text: ''
  1036. make_link: false
  1037. path: ''
  1038. absolute: false
  1039. external: false
  1040. replace_spaces: false
  1041. path_case: none
  1042. trim_whitespace: false
  1043. alt: ''
  1044. rel: ''
  1045. link_class: ''
  1046. prefix: ''
  1047. suffix: ''
  1048. target: ''
  1049. nl2br: false
  1050. max_length: 0
  1051. word_boundary: true
  1052. ellipsis: true
  1053. more_link: false
  1054. more_link_text: ''
  1055. more_link_path: ''
  1056. strip_tags: false
  1057. trim: false
  1058. preserve_tags: ''
  1059. html: false
  1060. element_type: ''
  1061. element_class: ''
  1062. element_label_type: ''
  1063. element_label_class: ''
  1064. element_label_colon: true
  1065. element_wrapper_type: ''
  1066. element_wrapper_class: ''
  1067. element_default_classes: true
  1068. empty: ''
  1069. hide_empty: false
  1070. empty_zero: false
  1071. hide_alter_empty: true
  1072. type: yes-no
  1073. type_custom_true: ''
  1074. type_custom_false: ''
  1075. not: false
  1076. plugin_id: boolean
  1077. field_memo:
  1078. id: field_memo
  1079. table: node__field_memo
  1080. field: field_memo
  1081. relationship: none
  1082. group_type: group
  1083. admin_label: ''
  1084. label: Memo
  1085. exclude: false
  1086. alter:
  1087. alter_text: false
  1088. text: ''
  1089. make_link: false
  1090. path: ''
  1091. absolute: false
  1092. external: false
  1093. replace_spaces: false
  1094. path_case: none
  1095. trim_whitespace: false
  1096. alt: ''
  1097. rel: ''
  1098. link_class: ''
  1099. prefix: ''
  1100. suffix: ''
  1101. target: ''
  1102. nl2br: false
  1103. max_length: 0
  1104. word_boundary: true
  1105. ellipsis: true
  1106. more_link: false
  1107. more_link_text: ''
  1108. more_link_path: ''
  1109. strip_tags: false
  1110. trim: false
  1111. preserve_tags: ''
  1112. html: false
  1113. element_type: ''
  1114. element_class: ''
  1115. element_label_type: ''
  1116. element_label_class: ''
  1117. element_label_colon: true
  1118. element_wrapper_type: ''
  1119. element_wrapper_class: ''
  1120. element_default_classes: true
  1121. empty: ''
  1122. hide_empty: false
  1123. empty_zero: false
  1124. hide_alter_empty: true
  1125. click_sort_column: value
  1126. type: basic_string
  1127. settings: { }
  1128. group_column: value
  1129. group_columns: { }
  1130. group_rows: true
  1131. delta_limit: 0
  1132. delta_offset: 0
  1133. delta_reversed: false
  1134. delta_first_last: false
  1135. multi_type: separator
  1136. separator: ', '
  1137. field_api_classes: false
  1138. plugin_id: field
  1139. filters:
  1140. type:
  1141. id: type
  1142. table: node_field_data
  1143. field: type
  1144. relationship: none
  1145. group_type: group
  1146. admin_label: ''
  1147. operator: in
  1148. value: { }
  1149. group: 1
  1150. exposed: true
  1151. expose:
  1152. operator_id: type_op
  1153. label: 'Content type'
  1154. description: ''
  1155. use_operator: false
  1156. operator: type_op
  1157. identifier: type
  1158. required: false
  1159. remember: true
  1160. multiple: false
  1161. remember_roles:
  1162. authenticated: authenticated
  1163. anonymous: '0'
  1164. admin: '0'
  1165. root: '0'
  1166. user: '0'
  1167. reduce: false
  1168. is_grouped: false
  1169. group_info:
  1170. label: ''
  1171. description: ''
  1172. identifier: ''
  1173. optional: true
  1174. widget: select
  1175. multiple: false
  1176. remember: false
  1177. default_group: All
  1178. default_group_multiple: { }
  1179. group_items: { }
  1180. entity_type: node
  1181. entity_field: type
  1182. plugin_id: bundle
  1183. langcode:
  1184. id: langcode
  1185. table: node
  1186. field: langcode
  1187. relationship: none
  1188. group_type: group
  1189. admin_label: ''
  1190. operator: in
  1191. value:
  1192. en: en
  1193. fr: fr
  1194. und: und
  1195. group: 1
  1196. exposed: true
  1197. expose:
  1198. operator_id: langcode_op
  1199. label: 'Original language'
  1200. description: ''
  1201. use_operator: false
  1202. operator: langcode_op
  1203. identifier: langcode
  1204. required: false
  1205. remember: false
  1206. multiple: false
  1207. remember_roles:
  1208. authenticated: authenticated
  1209. anonymous: '0'
  1210. admin: '0'
  1211. root: '0'
  1212. user: '0'
  1213. reduce: false
  1214. is_grouped: false
  1215. group_info:
  1216. label: ''
  1217. description: ''
  1218. identifier: ''
  1219. optional: true
  1220. widget: select
  1221. multiple: false
  1222. remember: false
  1223. default_group: All
  1224. default_group_multiple: { }
  1225. group_items: { }
  1226. entity_type: node
  1227. entity_field: langcode
  1228. plugin_id: language
  1229. title:
  1230. id: title
  1231. table: node_field_data
  1232. field: title
  1233. relationship: none
  1234. group_type: group
  1235. admin_label: ''
  1236. operator: contains
  1237. value: ''
  1238. group: 1
  1239. exposed: true
  1240. expose:
  1241. operator_id: title_op
  1242. label: Title
  1243. description: ''
  1244. use_operator: false
  1245. operator: title_op
  1246. identifier: title
  1247. required: false
  1248. remember: false
  1249. multiple: false
  1250. remember_roles:
  1251. authenticated: authenticated
  1252. anonymous: '0'
  1253. admin: '0'
  1254. root: '0'
  1255. user: '0'
  1256. placeholder: ''
  1257. is_grouped: false
  1258. group_info:
  1259. label: ''
  1260. description: ''
  1261. identifier: ''
  1262. optional: true
  1263. widget: select
  1264. multiple: false
  1265. remember: false
  1266. default_group: All
  1267. default_group_multiple: { }
  1268. group_items: { }
  1269. entity_type: node
  1270. entity_field: title
  1271. plugin_id: string
  1272. field_manufacturer_target_id:
  1273. id: field_manufacturer_target_id
  1274. table: node__field_manufacturer
  1275. field: field_manufacturer_target_id
  1276. relationship: none
  1277. group_type: group
  1278. admin_label: ''
  1279. operator: or
  1280. value: { }
  1281. group: 1
  1282. exposed: true
  1283. expose:
  1284. operator_id: field_manufacturer_target_id_op
  1285. label: Manufacturer
  1286. description: ''
  1287. use_operator: false
  1288. operator: field_manufacturer_target_id_op
  1289. identifier: field_manufacturer_target_id
  1290. required: false
  1291. remember: false
  1292. multiple: false
  1293. remember_roles:
  1294. authenticated: authenticated
  1295. anonymous: '0'
  1296. admin: '0'
  1297. root: '0'
  1298. user: '0'
  1299. reduce: false
  1300. is_grouped: false
  1301. group_info:
  1302. label: ''
  1303. description: ''
  1304. identifier: ''
  1305. optional: true
  1306. widget: select
  1307. multiple: false
  1308. remember: false
  1309. default_group: All
  1310. default_group_multiple: { }
  1311. group_items: { }
  1312. reduce_duplicates: false
  1313. type: textfield
  1314. limit: true
  1315. vid: company
  1316. hierarchy: false
  1317. error_message: true
  1318. plugin_id: taxonomy_index_tid
  1319. field_distributor_target_id:
  1320. id: field_distributor_target_id
  1321. table: node__field_distributor
  1322. field: field_distributor_target_id
  1323. relationship: none
  1324. group_type: group
  1325. admin_label: ''
  1326. operator: or
  1327. value: { }
  1328. group: 1
  1329. exposed: true
  1330. expose:
  1331. operator_id: field_distributor_target_id_op
  1332. label: Distributor
  1333. description: ''
  1334. use_operator: false
  1335. operator: field_distributor_target_id_op
  1336. identifier: field_distributor_target_id
  1337. required: false
  1338. remember: false
  1339. multiple: false
  1340. remember_roles:
  1341. authenticated: authenticated
  1342. anonymous: '0'
  1343. admin: '0'
  1344. root: '0'
  1345. user: '0'
  1346. reduce: false
  1347. is_grouped: false
  1348. group_info:
  1349. label: ''
  1350. description: ''
  1351. identifier: ''
  1352. optional: true
  1353. widget: select
  1354. multiple: false
  1355. remember: false
  1356. default_group: All
  1357. default_group_multiple: { }
  1358. group_items: { }
  1359. reduce_duplicates: false
  1360. type: textfield
  1361. limit: true
  1362. vid: company
  1363. hierarchy: false
  1364. error_message: true
  1365. plugin_id: taxonomy_index_tid
  1366. field_memo_value:
  1367. id: field_memo_value
  1368. table: node__field_memo
  1369. field: field_memo_value
  1370. relationship: none
  1371. group_type: group
  1372. admin_label: ''
  1373. operator: contains
  1374. value: ''
  1375. group: 1
  1376. exposed: true
  1377. expose:
  1378. operator_id: field_memo_value_op
  1379. label: Memo
  1380. description: ''
  1381. use_operator: false
  1382. operator: field_memo_value_op
  1383. identifier: field_memo_value
  1384. required: false
  1385. remember: false
  1386. multiple: false
  1387. remember_roles:
  1388. authenticated: authenticated
  1389. anonymous: '0'
  1390. admin: '0'
  1391. root: '0'
  1392. user: '0'
  1393. placeholder: ''
  1394. is_grouped: false
  1395. group_info:
  1396. label: ''
  1397. description: ''
  1398. identifier: ''
  1399. optional: true
  1400. widget: select
  1401. multiple: false
  1402. remember: false
  1403. default_group: All
  1404. default_group_multiple: { }
  1405. group_items: { }
  1406. plugin_id: string
  1407. field_migration_value:
  1408. id: field_migration_value
  1409. table: node__field_migration
  1410. field: field_migration_value
  1411. relationship: none
  1412. group_type: group
  1413. admin_label: ''
  1414. operator: or
  1415. value: { }
  1416. group: 1
  1417. exposed: true
  1418. expose:
  1419. operator_id: field_migration_value_op
  1420. label: Migration
  1421. description: ''
  1422. use_operator: false
  1423. operator: field_migration_value_op
  1424. identifier: field_migration_value
  1425. required: false
  1426. remember: true
  1427. multiple: false
  1428. remember_roles:
  1429. authenticated: authenticated
  1430. anonymous: '0'
  1431. admin: '0'
  1432. root: '0'
  1433. user: '0'
  1434. reduce: false
  1435. is_grouped: false
  1436. group_info:
  1437. label: ''
  1438. description: ''
  1439. identifier: ''
  1440. optional: true
  1441. widget: select
  1442. multiple: false
  1443. remember: false
  1444. default_group: All
  1445. default_group_multiple: { }
  1446. group_items: { }
  1447. reduce_duplicates: false
  1448. plugin_id: workflow_state
  1449. field_workflow_value:
  1450. id: field_workflow_value
  1451. table: node__field_workflow
  1452. field: field_workflow_value
  1453. relationship: none
  1454. group_type: group
  1455. admin_label: ''
  1456. operator: or
  1457. value: { }
  1458. group: 1
  1459. exposed: true
  1460. expose:
  1461. operator_id: field_workflow_value_op
  1462. label: Workflow
  1463. description: ''
  1464. use_operator: false
  1465. operator: field_workflow_value_op
  1466. identifier: field_workflow_value
  1467. required: false
  1468. remember: true
  1469. multiple: false
  1470. remember_roles:
  1471. authenticated: authenticated
  1472. anonymous: '0'
  1473. admin: '0'
  1474. root: '0'
  1475. user: '0'
  1476. reduce: false
  1477. is_grouped: false
  1478. group_info:
  1479. label: ''
  1480. description: ''
  1481. identifier: ''
  1482. optional: true
  1483. widget: select
  1484. multiple: false
  1485. remember: false
  1486. default_group: All
  1487. default_group_multiple: { }
  1488. group_items: { }
  1489. reduce_duplicates: false
  1490. plugin_id: workflow_state
  1491. sorts:
  1492. created:
  1493. id: created
  1494. table: node_field_data
  1495. field: created
  1496. order: DESC
  1497. entity_type: node
  1498. entity_field: created
  1499. plugin_id: date
  1500. relationship: none
  1501. group_type: group
  1502. admin_label: ''
  1503. exposed: false
  1504. expose:
  1505. label: ''
  1506. granularity: second
  1507. title: 'Admin Nodes'
  1508. header:
  1509. result:
  1510. id: result
  1511. table: views
  1512. field: result
  1513. relationship: none
  1514. group_type: group
  1515. admin_label: ''
  1516. empty: false
  1517. content: 'Displaying @start - @end of @total'
  1518. plugin_id: result
  1519. footer: { }
  1520. empty: { }
  1521. relationships: { }
  1522. arguments: { }
  1523. display_extenders: { }
  1524. filter_groups:
  1525. operator: AND
  1526. groups:
  1527. 1: AND
  1528. cache_metadata:
  1529. max-age: 0
  1530. contexts:
  1531. - 'languages:language_content'
  1532. - 'languages:language_interface'
  1533. - url
  1534. - url.query_args
  1535. - user
  1536. - 'user.node_grants:view'
  1537. - user.roles
  1538. tags:
  1539. - 'config:field.storage.node.field_distributor'
  1540. - 'config:field.storage.node.field_manufacturer'
  1541. - 'config:field.storage.node.field_memo'
  1542. - 'config:field.storage.node.field_migration'
  1543. - 'config:field.storage.node.field_tags'
  1544. - 'config:field.storage.node.field_thesaurus'
  1545. - 'config:field.storage.node.field_workflow'
  1546. page_1:
  1547. display_plugin: page
  1548. id: page_1
  1549. display_title: Page
  1550. position: 1
  1551. display_options:
  1552. display_extenders: { }
  1553. path: admin/content/nodes
  1554. cache_metadata:
  1555. max-age: 0
  1556. contexts:
  1557. - 'languages:language_content'
  1558. - 'languages:language_interface'
  1559. - url
  1560. - url.query_args
  1561. - user
  1562. - 'user.node_grants:view'
  1563. - user.roles
  1564. tags:
  1565. - 'config:field.storage.node.field_distributor'
  1566. - 'config:field.storage.node.field_manufacturer'
  1567. - 'config:field.storage.node.field_memo'
  1568. - 'config:field.storage.node.field_migration'
  1569. - 'config:field.storage.node.field_tags'
  1570. - 'config:field.storage.node.field_thesaurus'
  1571. - 'config:field.storage.node.field_workflow'