views.view.commerce_products.yml 17 KB

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