views.view.commerce_order_payments.yml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902
  1. uuid: 67f537e6-2119-493c-9cbc-fcdf488efb23
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - commerce_payment
  7. - commerce_price
  8. - options
  9. - user
  10. id: commerce_order_payments
  11. label: Payments
  12. module: views
  13. description: ''
  14. tag: ''
  15. base_table: commerce_payment
  16. base_field: payment_id
  17. display:
  18. default:
  19. id: default
  20. display_title: Default
  21. display_plugin: default
  22. position: 0
  23. display_options:
  24. title: Payments
  25. fields:
  26. amount__number:
  27. id: amount__number
  28. table: commerce_payment
  29. field: amount__number
  30. relationship: none
  31. group_type: group
  32. admin_label: ''
  33. entity_type: commerce_payment
  34. entity_field: amount
  35. plugin_id: field
  36. label: Payment
  37. exclude: false
  38. alter:
  39. alter_text: false
  40. text: ''
  41. make_link: false
  42. path: ''
  43. absolute: false
  44. external: false
  45. replace_spaces: false
  46. path_case: none
  47. trim_whitespace: false
  48. alt: ''
  49. rel: ''
  50. link_class: ''
  51. prefix: ''
  52. suffix: ''
  53. target: ''
  54. nl2br: false
  55. max_length: 0
  56. word_boundary: true
  57. ellipsis: true
  58. more_link: false
  59. more_link_text: ''
  60. more_link_path: ''
  61. strip_tags: false
  62. trim: false
  63. preserve_tags: ''
  64. html: false
  65. element_type: ''
  66. element_class: ''
  67. element_label_type: ''
  68. element_label_class: ''
  69. element_label_colon: true
  70. element_wrapper_type: ''
  71. element_wrapper_class: ''
  72. element_default_classes: true
  73. empty: ''
  74. hide_empty: false
  75. empty_zero: false
  76. hide_alter_empty: true
  77. click_sort_column: number
  78. type: commerce_price_default
  79. settings:
  80. strip_trailing_zeroes: false
  81. currency_display: symbol
  82. group_column: ''
  83. group_columns: { }
  84. group_rows: true
  85. delta_limit: 0
  86. delta_offset: 0
  87. delta_reversed: false
  88. delta_first_last: false
  89. multi_type: separator
  90. separator: ', '
  91. field_api_classes: false
  92. refunded_amount__number:
  93. id: refunded_amount__number
  94. table: commerce_payment
  95. field: refunded_amount__number
  96. relationship: none
  97. group_type: group
  98. admin_label: ''
  99. entity_type: commerce_payment
  100. entity_field: refunded_amount
  101. plugin_id: field
  102. label: 'Refunded:'
  103. exclude: false
  104. alter:
  105. alter_text: true
  106. text: 'Refunded: {{ refunded_amount__number }}'
  107. make_link: false
  108. path: ''
  109. absolute: false
  110. external: false
  111. replace_spaces: false
  112. path_case: none
  113. trim_whitespace: false
  114. alt: ''
  115. rel: ''
  116. link_class: ''
  117. prefix: ''
  118. suffix: ''
  119. target: ''
  120. nl2br: false
  121. max_length: 0
  122. word_boundary: true
  123. ellipsis: true
  124. more_link: false
  125. more_link_text: ''
  126. more_link_path: ''
  127. strip_tags: false
  128. trim: false
  129. preserve_tags: ''
  130. html: false
  131. element_type: ''
  132. element_class: ''
  133. element_label_type: ''
  134. element_label_class: ''
  135. element_label_colon: true
  136. element_wrapper_type: ''
  137. element_wrapper_class: ''
  138. element_default_classes: true
  139. empty: ''
  140. hide_empty: true
  141. empty_zero: false
  142. hide_alter_empty: true
  143. click_sort_column: number
  144. type: commerce_price_default
  145. settings:
  146. strip_trailing_zeroes: false
  147. currency_display: symbol
  148. group_column: ''
  149. group_columns: { }
  150. group_rows: true
  151. delta_limit: 0
  152. delta_offset: 0
  153. delta_reversed: false
  154. delta_first_last: false
  155. multi_type: separator
  156. separator: ', '
  157. field_api_classes: false
  158. avs_response_code_label:
  159. id: avs_response_code_label
  160. table: commerce_payment
  161. field: avs_response_code_label
  162. relationship: none
  163. group_type: group
  164. admin_label: ''
  165. entity_type: commerce_payment
  166. entity_field: avs_response_code_label
  167. plugin_id: field
  168. label: ''
  169. exclude: true
  170. alter:
  171. alter_text: false
  172. text: ''
  173. make_link: false
  174. path: ''
  175. absolute: false
  176. external: false
  177. replace_spaces: false
  178. path_case: none
  179. trim_whitespace: false
  180. alt: ''
  181. rel: ''
  182. link_class: ''
  183. prefix: ''
  184. suffix: ''
  185. target: ''
  186. nl2br: false
  187. max_length: 0
  188. word_boundary: true
  189. ellipsis: true
  190. more_link: false
  191. more_link_text: ''
  192. more_link_path: ''
  193. strip_tags: false
  194. trim: false
  195. preserve_tags: ''
  196. html: false
  197. element_type: ''
  198. element_class: ''
  199. element_label_type: ''
  200. element_label_class: ''
  201. element_label_colon: false
  202. element_wrapper_type: ''
  203. element_wrapper_class: ''
  204. element_default_classes: true
  205. empty: ''
  206. hide_empty: true
  207. empty_zero: false
  208. hide_alter_empty: true
  209. click_sort_column: value
  210. type: string
  211. settings: { }
  212. group_column: value
  213. group_columns: { }
  214. group_rows: true
  215. delta_limit: 0
  216. delta_offset: 0
  217. delta_reversed: false
  218. delta_first_last: false
  219. multi_type: separator
  220. separator: ', '
  221. field_api_classes: false
  222. avs_response_code:
  223. id: avs_response_code
  224. table: commerce_payment
  225. field: avs_response_code
  226. relationship: none
  227. group_type: group
  228. admin_label: ''
  229. entity_type: commerce_payment
  230. entity_field: avs_response_code
  231. plugin_id: field
  232. label: 'AVS response code'
  233. exclude: false
  234. alter:
  235. alter_text: true
  236. text: 'AVS response: [{{ avs_response_code }}] {{ avs_response_code_label }}'
  237. make_link: false
  238. path: ''
  239. absolute: false
  240. external: false
  241. replace_spaces: false
  242. path_case: none
  243. trim_whitespace: false
  244. alt: ''
  245. rel: ''
  246. link_class: ''
  247. prefix: ''
  248. suffix: ''
  249. target: ''
  250. nl2br: false
  251. max_length: 0
  252. word_boundary: true
  253. ellipsis: true
  254. more_link: false
  255. more_link_text: ''
  256. more_link_path: ''
  257. strip_tags: false
  258. trim: false
  259. preserve_tags: ''
  260. html: false
  261. element_type: ''
  262. element_class: ''
  263. element_label_type: ''
  264. element_label_class: ''
  265. element_label_colon: true
  266. element_wrapper_type: ''
  267. element_wrapper_class: ''
  268. element_default_classes: true
  269. empty: ''
  270. hide_empty: true
  271. empty_zero: false
  272. hide_alter_empty: true
  273. click_sort_column: value
  274. type: string
  275. settings: { }
  276. group_column: value
  277. group_columns: { }
  278. group_rows: true
  279. delta_limit: 0
  280. delta_offset: 0
  281. delta_reversed: false
  282. delta_first_last: false
  283. multi_type: separator
  284. separator: ', '
  285. field_api_classes: false
  286. state:
  287. id: state
  288. table: commerce_payment
  289. field: state
  290. relationship: none
  291. group_type: group
  292. admin_label: ''
  293. entity_type: commerce_payment
  294. entity_field: state
  295. plugin_id: field
  296. label: State
  297. exclude: false
  298. alter:
  299. alter_text: false
  300. text: ''
  301. make_link: false
  302. path: ''
  303. absolute: false
  304. external: false
  305. replace_spaces: false
  306. path_case: none
  307. trim_whitespace: false
  308. alt: ''
  309. rel: ''
  310. link_class: ''
  311. prefix: ''
  312. suffix: ''
  313. target: ''
  314. nl2br: false
  315. max_length: 0
  316. word_boundary: true
  317. ellipsis: true
  318. more_link: false
  319. more_link_text: ''
  320. more_link_path: ''
  321. strip_tags: false
  322. trim: false
  323. preserve_tags: ''
  324. html: false
  325. element_type: ''
  326. element_class: ''
  327. element_label_type: ''
  328. element_label_class: ''
  329. element_label_colon: true
  330. element_wrapper_type: ''
  331. element_wrapper_class: ''
  332. element_default_classes: true
  333. empty: ''
  334. hide_empty: false
  335. empty_zero: false
  336. hide_alter_empty: true
  337. click_sort_column: value
  338. type: list_default
  339. settings: { }
  340. group_column: value
  341. group_columns: { }
  342. group_rows: true
  343. delta_limit: 0
  344. delta_offset: 0
  345. delta_reversed: false
  346. delta_first_last: false
  347. multi_type: separator
  348. separator: ', '
  349. field_api_classes: false
  350. payment_gateway:
  351. id: payment_gateway
  352. table: commerce_payment
  353. field: payment_gateway
  354. relationship: none
  355. group_type: group
  356. admin_label: ''
  357. entity_type: commerce_payment
  358. entity_field: payment_gateway
  359. plugin_id: field
  360. label: 'Payment gateway'
  361. exclude: false
  362. alter:
  363. alter_text: false
  364. text: ''
  365. make_link: false
  366. path: ''
  367. absolute: false
  368. external: false
  369. replace_spaces: false
  370. path_case: none
  371. trim_whitespace: false
  372. alt: ''
  373. rel: ''
  374. link_class: ''
  375. prefix: ''
  376. suffix: ''
  377. target: ''
  378. nl2br: false
  379. max_length: 0
  380. word_boundary: true
  381. ellipsis: true
  382. more_link: false
  383. more_link_text: ''
  384. more_link_path: ''
  385. strip_tags: false
  386. trim: false
  387. preserve_tags: ''
  388. html: false
  389. element_type: ''
  390. element_class: ''
  391. element_label_type: ''
  392. element_label_class: ''
  393. element_label_colon: true
  394. element_wrapper_type: ''
  395. element_wrapper_class: ''
  396. element_default_classes: true
  397. empty: ''
  398. hide_empty: false
  399. empty_zero: false
  400. hide_alter_empty: true
  401. click_sort_column: target_id
  402. type: entity_reference_label
  403. settings:
  404. link: true
  405. group_column: target_id
  406. group_columns: { }
  407. group_rows: true
  408. delta_limit: 0
  409. delta_offset: 0
  410. delta_reversed: false
  411. delta_first_last: false
  412. multi_type: separator
  413. separator: ', '
  414. field_api_classes: false
  415. authorized:
  416. id: authorized
  417. table: commerce_payment
  418. field: authorized
  419. relationship: none
  420. group_type: group
  421. admin_label: ''
  422. entity_type: commerce_payment
  423. entity_field: authorized
  424. plugin_id: field
  425. label: Authorized
  426. exclude: false
  427. alter:
  428. alter_text: false
  429. text: ''
  430. make_link: false
  431. path: ''
  432. absolute: false
  433. external: false
  434. replace_spaces: false
  435. path_case: none
  436. trim_whitespace: false
  437. alt: ''
  438. rel: ''
  439. link_class: ''
  440. prefix: ''
  441. suffix: ''
  442. target: ''
  443. nl2br: false
  444. max_length: 0
  445. word_boundary: true
  446. ellipsis: true
  447. more_link: false
  448. more_link_text: ''
  449. more_link_path: ''
  450. strip_tags: false
  451. trim: false
  452. preserve_tags: ''
  453. html: 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_empty: false
  464. empty_zero: false
  465. hide_alter_empty: true
  466. click_sort_column: value
  467. type: timestamp
  468. settings:
  469. date_format: short
  470. custom_date_format: ''
  471. timezone: ''
  472. group_column: value
  473. group_columns: { }
  474. group_rows: true
  475. delta_limit: 0
  476. delta_offset: 0
  477. delta_reversed: false
  478. delta_first_last: false
  479. multi_type: separator
  480. separator: ', '
  481. field_api_classes: false
  482. completed:
  483. id: completed
  484. table: commerce_payment
  485. field: completed
  486. relationship: none
  487. group_type: group
  488. admin_label: ''
  489. entity_type: commerce_payment
  490. entity_field: completed
  491. plugin_id: field
  492. label: Completed
  493. exclude: false
  494. alter:
  495. alter_text: false
  496. text: ''
  497. make_link: false
  498. path: ''
  499. absolute: false
  500. external: false
  501. replace_spaces: false
  502. path_case: none
  503. trim_whitespace: false
  504. alt: ''
  505. rel: ''
  506. link_class: ''
  507. prefix: ''
  508. suffix: ''
  509. target: ''
  510. nl2br: false
  511. max_length: 0
  512. word_boundary: true
  513. ellipsis: true
  514. more_link: false
  515. more_link_text: ''
  516. more_link_path: ''
  517. strip_tags: false
  518. trim: false
  519. preserve_tags: ''
  520. html: false
  521. element_type: ''
  522. element_class: ''
  523. element_label_type: ''
  524. element_label_class: ''
  525. element_label_colon: true
  526. element_wrapper_type: ''
  527. element_wrapper_class: ''
  528. element_default_classes: true
  529. empty: ''
  530. hide_empty: false
  531. empty_zero: false
  532. hide_alter_empty: true
  533. click_sort_column: value
  534. type: timestamp
  535. settings:
  536. date_format: short
  537. custom_date_format: ''
  538. timezone: ''
  539. group_column: value
  540. group_columns: { }
  541. group_rows: true
  542. delta_limit: 0
  543. delta_offset: 0
  544. delta_reversed: false
  545. delta_first_last: false
  546. multi_type: separator
  547. separator: ', '
  548. field_api_classes: false
  549. remote_id:
  550. id: remote_id
  551. table: commerce_payment
  552. field: remote_id
  553. relationship: none
  554. group_type: group
  555. admin_label: ''
  556. entity_type: commerce_payment
  557. entity_field: remote_id
  558. plugin_id: field
  559. label: 'Remote ID'
  560. exclude: false
  561. alter:
  562. alter_text: false
  563. text: ''
  564. make_link: false
  565. path: ''
  566. absolute: false
  567. external: false
  568. replace_spaces: false
  569. path_case: none
  570. trim_whitespace: false
  571. alt: ''
  572. rel: ''
  573. link_class: ''
  574. prefix: ''
  575. suffix: ''
  576. target: ''
  577. nl2br: false
  578. max_length: 0
  579. word_boundary: true
  580. ellipsis: true
  581. more_link: false
  582. more_link_text: ''
  583. more_link_path: ''
  584. strip_tags: false
  585. trim: false
  586. preserve_tags: ''
  587. html: false
  588. element_type: ''
  589. element_class: ''
  590. element_label_type: ''
  591. element_label_class: ''
  592. element_label_colon: true
  593. element_wrapper_type: ''
  594. element_wrapper_class: ''
  595. element_default_classes: true
  596. empty: N/A
  597. hide_empty: false
  598. empty_zero: false
  599. hide_alter_empty: true
  600. click_sort_column: value
  601. type: string
  602. settings: { }
  603. group_column: value
  604. group_columns: { }
  605. group_rows: true
  606. delta_limit: 0
  607. delta_offset: 0
  608. delta_reversed: false
  609. delta_first_last: false
  610. multi_type: separator
  611. separator: ', '
  612. field_api_classes: false
  613. operations:
  614. id: operations
  615. table: commerce_payment
  616. field: operations
  617. relationship: none
  618. group_type: group
  619. admin_label: ''
  620. entity_type: null
  621. entity_field: null
  622. plugin_id: entity_operations
  623. label: Operations
  624. exclude: false
  625. alter:
  626. alter_text: false
  627. text: ''
  628. make_link: false
  629. path: ''
  630. absolute: false
  631. external: false
  632. replace_spaces: false
  633. path_case: none
  634. trim_whitespace: false
  635. alt: ''
  636. rel: ''
  637. link_class: ''
  638. prefix: ''
  639. suffix: ''
  640. target: ''
  641. nl2br: false
  642. max_length: 0
  643. word_boundary: true
  644. ellipsis: true
  645. more_link: false
  646. more_link_text: ''
  647. more_link_path: ''
  648. strip_tags: false
  649. trim: false
  650. preserve_tags: ''
  651. html: false
  652. element_type: ''
  653. element_class: ''
  654. element_label_type: ''
  655. element_label_class: ''
  656. element_label_colon: true
  657. element_wrapper_type: ''
  658. element_wrapper_class: ''
  659. element_default_classes: true
  660. empty: ''
  661. hide_empty: false
  662. empty_zero: false
  663. hide_alter_empty: true
  664. destination: false
  665. pager:
  666. type: none
  667. options:
  668. offset: 0
  669. exposed_form:
  670. type: basic
  671. options:
  672. submit_button: Apply
  673. reset_button: false
  674. reset_button_label: Reset
  675. exposed_sorts_label: 'Sort by'
  676. expose_sort_order: true
  677. sort_asc_label: Asc
  678. sort_desc_label: Desc
  679. access:
  680. type: perm
  681. options:
  682. perm: 'administer commerce_payment'
  683. cache:
  684. type: tag
  685. options: { }
  686. empty:
  687. area_text_custom:
  688. id: area_text_custom
  689. table: views
  690. field: area_text_custom
  691. relationship: none
  692. group_type: group
  693. admin_label: ''
  694. plugin_id: text_custom
  695. empty: true
  696. content: 'No payments yet.'
  697. tokenize: false
  698. sorts:
  699. payment_id:
  700. id: payment_id
  701. table: commerce_payment
  702. field: payment_id
  703. relationship: none
  704. group_type: group
  705. admin_label: ''
  706. entity_type: commerce_payment
  707. entity_field: payment_id
  708. plugin_id: standard
  709. order: DESC
  710. expose:
  711. label: ''
  712. field_identifier: ''
  713. exposed: false
  714. arguments:
  715. order_id:
  716. id: order_id
  717. table: commerce_payment
  718. field: order_id
  719. relationship: none
  720. group_type: group
  721. admin_label: ''
  722. entity_type: commerce_payment
  723. entity_field: order_id
  724. plugin_id: numeric
  725. default_action: empty
  726. exception:
  727. value: all
  728. title_enable: false
  729. title: All
  730. title_enable: false
  731. title: ''
  732. default_argument_type: fixed
  733. default_argument_options:
  734. argument: ''
  735. default_argument_skip_url: false
  736. summary_options:
  737. base_path: ''
  738. count: true
  739. override: false
  740. items_per_page: 25
  741. summary:
  742. sort_order: asc
  743. number_of_records: 0
  744. format: default_summary
  745. specify_validation: false
  746. validate:
  747. type: none
  748. fail: 'not found'
  749. validate_options: { }
  750. break_phrase: false
  751. not: false
  752. filters: { }
  753. style:
  754. type: table
  755. options:
  756. grouping: { }
  757. row_class: ''
  758. default_row_class: true
  759. columns:
  760. amount__number: amount__number
  761. refunded_amount__number: amount__number
  762. avs_response_code_label: amount__number
  763. avs_response_code: amount__number
  764. state: state
  765. payment_gateway: payment_gateway
  766. authorized: authorized
  767. completed: completed
  768. remote_id: remote_id
  769. operations: operations
  770. default: '-1'
  771. info:
  772. amount__number:
  773. sortable: false
  774. default_sort_order: asc
  775. align: ''
  776. separator: ' <br/>'
  777. empty_column: false
  778. responsive: ''
  779. refunded_amount__number:
  780. sortable: false
  781. default_sort_order: asc
  782. align: ''
  783. separator: ''
  784. empty_column: false
  785. responsive: ''
  786. avs_response_code_label:
  787. sortable: false
  788. default_sort_order: asc
  789. align: ''
  790. separator: ''
  791. empty_column: false
  792. responsive: ''
  793. avs_response_code:
  794. sortable: false
  795. default_sort_order: asc
  796. align: ''
  797. separator: ''
  798. empty_column: false
  799. responsive: ''
  800. state:
  801. sortable: false
  802. default_sort_order: asc
  803. align: ''
  804. separator: ''
  805. empty_column: false
  806. responsive: ''
  807. payment_gateway:
  808. sortable: false
  809. default_sort_order: asc
  810. align: ''
  811. separator: ''
  812. empty_column: false
  813. responsive: ''
  814. authorized:
  815. sortable: false
  816. default_sort_order: asc
  817. align: ''
  818. separator: ''
  819. empty_column: false
  820. responsive: ''
  821. completed:
  822. sortable: false
  823. default_sort_order: asc
  824. align: ''
  825. separator: ''
  826. empty_column: false
  827. responsive: ''
  828. remote_id:
  829. sortable: false
  830. default_sort_order: asc
  831. align: ''
  832. separator: ''
  833. empty_column: false
  834. responsive: ''
  835. operations:
  836. align: ''
  837. separator: ''
  838. empty_column: false
  839. responsive: ''
  840. override: true
  841. sticky: false
  842. summary: ''
  843. empty_table: true
  844. caption: ''
  845. description: ''
  846. row:
  847. type: fields
  848. query:
  849. type: views_query
  850. options:
  851. query_comment: ''
  852. disable_sql_rewrite: false
  853. distinct: false
  854. replica: false
  855. query_tags: { }
  856. relationships: { }
  857. header: { }
  858. footer:
  859. commerce_payment_total_summary:
  860. id: commerce_payment_total_summary
  861. table: views
  862. field: commerce_payment_total_summary
  863. relationship: none
  864. group_type: group
  865. admin_label: ''
  866. plugin_id: commerce_payment_total_summary
  867. empty: false
  868. display_extenders: { }
  869. cache_metadata:
  870. max-age: -1
  871. contexts:
  872. - 'languages:language_content'
  873. - 'languages:language_interface'
  874. - url
  875. - user.permissions
  876. tags: { }
  877. page_1:
  878. id: page_1
  879. display_title: Page
  880. display_plugin: page
  881. position: 1
  882. display_options:
  883. enabled: true
  884. display_extenders: { }
  885. path: admin/commerce/orders/%commerce_order/payments
  886. menu:
  887. type: tab
  888. title: Payments
  889. description: ''
  890. weight: 15
  891. expanded: false
  892. menu_name: main
  893. parent: ''
  894. context: '0'
  895. cache_metadata:
  896. max-age: -1
  897. contexts:
  898. - 'languages:language_content'
  899. - 'languages:language_interface'
  900. - url
  901. - user.permissions
  902. tags: { }