views.view.content_translations.yml 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. - translation_views
  7. - user
  8. id: content_translations
  9. label: 'Content translation jobs'
  10. module: views
  11. description: ''
  12. tag: ''
  13. base_table: node_field_data
  14. base_field: nid
  15. core: 8.x
  16. display:
  17. default:
  18. display_plugin: default
  19. id: default
  20. display_title: Master
  21. position: 0
  22. display_options:
  23. access:
  24. type: perm
  25. options:
  26. perm: 'create content translations'
  27. cache:
  28. type: tag
  29. options: { }
  30. query:
  31. type: views_query
  32. options:
  33. disable_sql_rewrite: false
  34. distinct: false
  35. replica: false
  36. query_comment: ''
  37. query_tags: { }
  38. exposed_form:
  39. type: basic
  40. options:
  41. submit_button: Apply
  42. reset_button: true
  43. reset_button_label: Reset
  44. exposed_sorts_label: 'Sort by'
  45. expose_sort_order: true
  46. sort_asc_label: Asc
  47. sort_desc_label: Desc
  48. pager:
  49. type: full
  50. options:
  51. items_per_page: 50
  52. offset: 0
  53. id: 0
  54. total_pages: null
  55. tags:
  56. previous: ‹‹
  57. next: ››
  58. first: '« First'
  59. last: 'Last »'
  60. expose:
  61. items_per_page: false
  62. items_per_page_label: 'Items per page'
  63. items_per_page_options: '5, 10, 25, 50'
  64. items_per_page_options_all: false
  65. items_per_page_options_all_label: '- All -'
  66. offset: false
  67. offset_label: Offset
  68. quantity: 9
  69. style:
  70. type: table
  71. options:
  72. grouping: { }
  73. row_class: ''
  74. default_row_class: true
  75. override: true
  76. sticky: false
  77. caption: ''
  78. summary: ''
  79. description: ''
  80. columns:
  81. title: title
  82. langcode: langcode
  83. translation_target_language: translation_target_language
  84. translation_outdated: translation_outdated
  85. translation_status: translation_status
  86. changed: changed
  87. translation_operations: translation_operations
  88. info:
  89. title:
  90. sortable: true
  91. default_sort_order: asc
  92. align: ''
  93. separator: ''
  94. empty_column: false
  95. responsive: ''
  96. langcode:
  97. sortable: true
  98. default_sort_order: asc
  99. align: ''
  100. separator: ''
  101. empty_column: false
  102. responsive: ''
  103. translation_target_language:
  104. align: ''
  105. separator: ''
  106. empty_column: false
  107. responsive: ''
  108. translation_outdated:
  109. sortable: false
  110. default_sort_order: asc
  111. align: ''
  112. separator: ''
  113. empty_column: false
  114. responsive: ''
  115. translation_status:
  116. sortable: true
  117. default_sort_order: desc
  118. align: ''
  119. separator: ''
  120. empty_column: false
  121. responsive: ''
  122. changed:
  123. sortable: true
  124. default_sort_order: asc
  125. align: ''
  126. separator: ''
  127. empty_column: false
  128. responsive: ''
  129. translation_operations:
  130. align: ''
  131. separator: ''
  132. empty_column: false
  133. responsive: ''
  134. default: changed
  135. empty_table: false
  136. row:
  137. type: fields
  138. fields:
  139. title:
  140. id: title
  141. table: node_field_data
  142. field: title
  143. entity_type: node
  144. entity_field: title
  145. alter:
  146. alter_text: false
  147. make_link: false
  148. absolute: false
  149. trim: false
  150. word_boundary: false
  151. ellipsis: false
  152. strip_tags: false
  153. html: false
  154. hide_empty: false
  155. empty_zero: false
  156. settings:
  157. link_to_entity: true
  158. plugin_id: field
  159. relationship: none
  160. group_type: group
  161. admin_label: ''
  162. label: Title
  163. exclude: false
  164. element_type: ''
  165. element_class: ''
  166. element_label_type: ''
  167. element_label_class: ''
  168. element_label_colon: true
  169. element_wrapper_type: ''
  170. element_wrapper_class: ''
  171. element_default_classes: true
  172. empty: ''
  173. hide_alter_empty: true
  174. click_sort_column: value
  175. type: string
  176. group_column: value
  177. group_columns: { }
  178. group_rows: true
  179. delta_limit: 0
  180. delta_offset: 0
  181. delta_reversed: false
  182. delta_first_last: false
  183. multi_type: separator
  184. separator: ', '
  185. field_api_classes: false
  186. langcode:
  187. id: langcode
  188. table: node_field_data
  189. field: langcode
  190. relationship: none
  191. group_type: group
  192. admin_label: ''
  193. label: From
  194. exclude: false
  195. alter:
  196. alter_text: false
  197. text: ''
  198. make_link: false
  199. path: ''
  200. absolute: false
  201. external: false
  202. replace_spaces: false
  203. path_case: none
  204. trim_whitespace: false
  205. alt: ''
  206. rel: ''
  207. link_class: ''
  208. prefix: ''
  209. suffix: ''
  210. target: ''
  211. nl2br: false
  212. max_length: 0
  213. word_boundary: true
  214. ellipsis: true
  215. more_link: false
  216. more_link_text: ''
  217. more_link_path: ''
  218. strip_tags: false
  219. trim: false
  220. preserve_tags: ''
  221. html: false
  222. element_type: ''
  223. element_class: ''
  224. element_label_type: ''
  225. element_label_class: ''
  226. element_label_colon: true
  227. element_wrapper_type: ''
  228. element_wrapper_class: ''
  229. element_default_classes: true
  230. empty: ''
  231. hide_empty: false
  232. empty_zero: false
  233. hide_alter_empty: true
  234. click_sort_column: value
  235. type: language
  236. settings:
  237. link_to_entity: false
  238. native_language: false
  239. group_column: value
  240. group_columns: { }
  241. group_rows: true
  242. delta_limit: 0
  243. delta_offset: 0
  244. delta_reversed: false
  245. delta_first_last: false
  246. multi_type: separator
  247. separator: ', '
  248. field_api_classes: false
  249. entity_type: node
  250. entity_field: langcode
  251. plugin_id: field
  252. translation_target_language:
  253. id: translation_target_language
  254. table: node_translation
  255. field: translation_target_language
  256. relationship: none
  257. group_type: group
  258. admin_label: ''
  259. label: To
  260. exclude: false
  261. alter:
  262. alter_text: false
  263. text: ''
  264. make_link: false
  265. path: ''
  266. absolute: false
  267. external: false
  268. replace_spaces: false
  269. path_case: none
  270. trim_whitespace: false
  271. alt: ''
  272. rel: ''
  273. link_class: ''
  274. prefix: ''
  275. suffix: ''
  276. target: ''
  277. nl2br: false
  278. max_length: 0
  279. word_boundary: true
  280. ellipsis: true
  281. more_link: false
  282. more_link_text: ''
  283. more_link_path: ''
  284. strip_tags: false
  285. trim: false
  286. preserve_tags: ''
  287. html: false
  288. element_type: ''
  289. element_class: ''
  290. element_label_type: ''
  291. element_label_class: ''
  292. element_label_colon: true
  293. element_wrapper_type: ''
  294. element_wrapper_class: ''
  295. element_default_classes: true
  296. empty: ''
  297. hide_empty: false
  298. empty_zero: false
  299. hide_alter_empty: true
  300. native_language: 0
  301. entity_type: node
  302. plugin_id: translation_views_target_language
  303. translation_outdated:
  304. id: translation_outdated
  305. table: node_translation_target
  306. field: translation_outdated
  307. relationship: none
  308. group_type: group
  309. admin_label: ''
  310. label: ''
  311. exclude: true
  312. alter:
  313. alter_text: false
  314. text: ''
  315. make_link: false
  316. path: ''
  317. absolute: false
  318. external: false
  319. replace_spaces: false
  320. path_case: none
  321. trim_whitespace: false
  322. alt: ''
  323. rel: ''
  324. link_class: ''
  325. prefix: ''
  326. suffix: ''
  327. target: ''
  328. nl2br: false
  329. max_length: 0
  330. word_boundary: true
  331. ellipsis: true
  332. more_link: false
  333. more_link_text: ''
  334. more_link_path: ''
  335. strip_tags: false
  336. trim: false
  337. preserve_tags: ''
  338. html: false
  339. element_type: ''
  340. element_class: ''
  341. element_label_type: ''
  342. element_label_class: ''
  343. element_label_colon: false
  344. element_wrapper_type: ''
  345. element_wrapper_class: ''
  346. element_default_classes: true
  347. empty: ''
  348. hide_empty: false
  349. empty_zero: false
  350. hide_alter_empty: true
  351. type: boolean
  352. type_custom_true: ''
  353. type_custom_false: ''
  354. not: false
  355. plugin_id: boolean
  356. translation_status:
  357. id: translation_status
  358. table: node_translation
  359. field: translation_status
  360. relationship: none
  361. group_type: group
  362. admin_label: ''
  363. label: 'Translation status'
  364. exclude: false
  365. alter:
  366. alter_text: true
  367. text: "<span class=\"status\">{{ translation_status }}</span>\n{% if translation_outdated %} <span class=\"marker\">{{ 'outdated'|t }}</span>{% endif %}"
  368. make_link: false
  369. path: ''
  370. absolute: false
  371. external: false
  372. replace_spaces: false
  373. path_case: none
  374. trim_whitespace: false
  375. alt: ''
  376. rel: ''
  377. link_class: ''
  378. prefix: ''
  379. suffix: ''
  380. target: ''
  381. nl2br: false
  382. max_length: 0
  383. word_boundary: true
  384. ellipsis: true
  385. more_link: false
  386. more_link_text: ''
  387. more_link_path: ''
  388. strip_tags: false
  389. trim: false
  390. preserve_tags: ''
  391. html: false
  392. element_type: ''
  393. element_class: ''
  394. element_label_type: ''
  395. element_label_class: ''
  396. element_label_colon: false
  397. element_wrapper_type: ''
  398. element_wrapper_class: ''
  399. element_default_classes: true
  400. empty: ''
  401. hide_empty: false
  402. empty_zero: false
  403. hide_alter_empty: true
  404. type: status
  405. type_custom_true: ✅
  406. type_custom_false: ❌
  407. not: false
  408. plugin_id: boolean
  409. translation_changed:
  410. id: translation_changed
  411. table: node_translation_target
  412. field: translation_changed
  413. relationship: none
  414. group_type: group
  415. admin_label: ''
  416. label: Changed
  417. exclude: false
  418. alter:
  419. alter_text: false
  420. text: ''
  421. make_link: false
  422. path: ''
  423. absolute: false
  424. external: false
  425. replace_spaces: false
  426. path_case: none
  427. trim_whitespace: false
  428. alt: ''
  429. rel: ''
  430. link_class: ''
  431. prefix: ''
  432. suffix: ''
  433. target: ''
  434. nl2br: false
  435. max_length: 0
  436. word_boundary: true
  437. ellipsis: true
  438. more_link: false
  439. more_link_text: ''
  440. more_link_path: ''
  441. strip_tags: false
  442. trim: false
  443. preserve_tags: ''
  444. html: false
  445. element_type: ''
  446. element_class: ''
  447. element_label_type: ''
  448. element_label_class: ''
  449. element_label_colon: true
  450. element_wrapper_type: ''
  451. element_wrapper_class: ''
  452. element_default_classes: true
  453. empty: ''
  454. hide_empty: false
  455. empty_zero: false
  456. hide_alter_empty: true
  457. date_format: fallback
  458. custom_date_format: ''
  459. timezone: ''
  460. entity_field: changed
  461. plugin_id: date
  462. translation_operations:
  463. id: translation_operations
  464. table: node_translation
  465. field: translation_operations
  466. relationship: none
  467. group_type: group
  468. admin_label: ''
  469. label: 'Translation operations'
  470. exclude: false
  471. alter:
  472. alter_text: false
  473. text: ''
  474. make_link: false
  475. path: ''
  476. absolute: false
  477. external: false
  478. replace_spaces: false
  479. path_case: none
  480. trim_whitespace: false
  481. alt: ''
  482. rel: ''
  483. link_class: ''
  484. prefix: ''
  485. suffix: ''
  486. target: ''
  487. nl2br: false
  488. max_length: 0
  489. word_boundary: true
  490. ellipsis: true
  491. more_link: false
  492. more_link_text: ''
  493. more_link_path: ''
  494. strip_tags: false
  495. trim: false
  496. preserve_tags: ''
  497. html: false
  498. element_type: ''
  499. element_class: ''
  500. element_label_type: ''
  501. element_label_class: ''
  502. element_label_colon: true
  503. element_wrapper_type: ''
  504. element_wrapper_class: ''
  505. element_default_classes: true
  506. empty: ''
  507. hide_empty: false
  508. empty_zero: false
  509. hide_alter_empty: true
  510. destination: true
  511. entity_type: node
  512. plugin_id: translation_views_operations
  513. filters:
  514. langcode:
  515. id: langcode
  516. table: node_field_data
  517. field: langcode
  518. relationship: none
  519. group_type: group
  520. admin_label: ''
  521. operator: in
  522. value: { }
  523. group: 1
  524. exposed: true
  525. expose:
  526. operator_id: langcode_op
  527. label: 'Source language'
  528. description: ''
  529. use_operator: false
  530. operator: langcode_op
  531. identifier: langcode
  532. required: false
  533. remember: false
  534. multiple: false
  535. remember_roles:
  536. authenticated: authenticated
  537. anonymous: '0'
  538. administrator: '0'
  539. reduce: false
  540. is_grouped: false
  541. group_info:
  542. label: ''
  543. description: ''
  544. identifier: ''
  545. optional: true
  546. widget: select
  547. multiple: false
  548. remember: false
  549. default_group: All
  550. default_group_multiple: { }
  551. group_items: { }
  552. entity_type: node
  553. entity_field: langcode
  554. plugin_id: language
  555. content_translation_outdated:
  556. id: content_translation_outdated
  557. table: node_field_data
  558. field: content_translation_outdated
  559. relationship: none
  560. group_type: group
  561. admin_label: ''
  562. operator: '='
  563. value: '0'
  564. group: 1
  565. exposed: false
  566. expose:
  567. operator_id: ''
  568. label: 'Translation outdated'
  569. description: ''
  570. use_operator: false
  571. operator: content_translation_outdated_op
  572. identifier: content_translation_outdated
  573. required: false
  574. remember: false
  575. multiple: false
  576. remember_roles:
  577. authenticated: authenticated
  578. anonymous: '0'
  579. administrator: '0'
  580. is_grouped: false
  581. group_info:
  582. label: ''
  583. description: ''
  584. identifier: ''
  585. optional: true
  586. widget: select
  587. multiple: false
  588. remember: false
  589. default_group: All
  590. default_group_multiple: { }
  591. group_items: { }
  592. entity_type: node
  593. entity_field: content_translation_outdated
  594. plugin_id: boolean
  595. translation_target_language:
  596. id: translation_target_language
  597. table: node_translation
  598. field: translation_target_language
  599. relationship: none
  600. group_type: group
  601. admin_label: ''
  602. operator: '='
  603. value: { }
  604. group: 1
  605. exposed: true
  606. expose:
  607. operator_id: ''
  608. label: 'Target language'
  609. description: ''
  610. use_operator: false
  611. operator: translation_target_language_op
  612. identifier: translation_target_language
  613. required: true
  614. remember: true
  615. multiple: true
  616. remember_roles:
  617. anonymous: anonymous
  618. authenticated: authenticated
  619. administrator: '0'
  620. is_grouped: false
  621. group_info:
  622. label: ''
  623. description: ''
  624. identifier: ''
  625. optional: true
  626. widget: select
  627. multiple: false
  628. remember: false
  629. default_group: All
  630. default_group_multiple: { }
  631. group_items: { }
  632. remove: 1
  633. entity_type: node
  634. plugin_id: translation_views_target_language
  635. translation_outdated:
  636. id: translation_outdated
  637. table: node_translation_target
  638. field: translation_outdated
  639. relationship: none
  640. group_type: group
  641. admin_label: ''
  642. operator: '='
  643. value: All
  644. group: 1
  645. exposed: true
  646. expose:
  647. operator_id: ''
  648. label: Outdated
  649. description: ''
  650. use_operator: false
  651. operator: translation_outdated_op
  652. identifier: translation_outdated
  653. required: false
  654. remember: false
  655. multiple: false
  656. remember_roles:
  657. authenticated: authenticated
  658. anonymous: '0'
  659. administrator: '0'
  660. is_grouped: false
  661. group_info:
  662. label: ''
  663. description: ''
  664. identifier: ''
  665. optional: true
  666. widget: select
  667. multiple: false
  668. remember: false
  669. default_group: All
  670. default_group_multiple: { }
  671. group_items: { }
  672. entity_field: content_translation_outdated
  673. plugin_id: boolean
  674. translation_status:
  675. id: translation_status
  676. table: node_translation
  677. field: translation_status
  678. relationship: none
  679. group_type: group
  680. admin_label: ''
  681. operator: '='
  682. value: '2'
  683. group: 1
  684. exposed: true
  685. expose:
  686. operator_id: ''
  687. label: Translation status
  688. description: ''
  689. use_operator: false
  690. operator: translation_status_op
  691. identifier: translation_status
  692. required: false
  693. remember: false
  694. multiple: false
  695. remember_roles:
  696. authenticated: authenticated
  697. anonymous: '0'
  698. administrator: '0'
  699. is_grouped: false
  700. group_info:
  701. label: ''
  702. description: ''
  703. identifier: ''
  704. optional: true
  705. widget: select
  706. multiple: false
  707. remember: false
  708. default_group: All
  709. default_group_multiple: { }
  710. group_items: { }
  711. translation_target_language: false
  712. entity_type: node
  713. plugin_id: translation_views_status
  714. translation_default:
  715. id: translation_default
  716. table: node_translation_target
  717. field: translation_default
  718. relationship: none
  719. group_type: group
  720. admin_label: ''
  721. operator: '='
  722. value: '0'
  723. group: 1
  724. exposed: false
  725. expose:
  726. operator_id: ''
  727. label: ''
  728. description: ''
  729. use_operator: false
  730. operator: ''
  731. identifier: ''
  732. required: false
  733. remember: false
  734. multiple: false
  735. remember_roles:
  736. authenticated: authenticated
  737. is_grouped: false
  738. group_info:
  739. label: ''
  740. description: ''
  741. identifier: ''
  742. optional: true
  743. widget: select
  744. multiple: false
  745. remember: false
  746. default_group: All
  747. default_group_multiple: { }
  748. group_items: { }
  749. plugin_id: boolean
  750. translation_status_1:
  751. id: translation_status_1
  752. table: node_translation
  753. field: translation_status
  754. relationship: none
  755. group_type: group
  756. admin_label: ''
  757. operator: '='
  758. value: '0'
  759. group: 2
  760. exposed: false
  761. expose:
  762. operator_id: ''
  763. label: ''
  764. description: ''
  765. use_operator: false
  766. operator: ''
  767. identifier: ''
  768. required: false
  769. remember: false
  770. multiple: false
  771. remember_roles:
  772. authenticated: authenticated
  773. is_grouped: false
  774. group_info:
  775. label: ''
  776. description: ''
  777. identifier: ''
  778. optional: true
  779. widget: select
  780. multiple: false
  781. remember: false
  782. default_group: All
  783. default_group_multiple: { }
  784. group_items: { }
  785. entity_type: node
  786. plugin_id: translation_views_status
  787. translation_source:
  788. id: translation_source
  789. table: node_translation_target
  790. field: translation_source
  791. relationship: none
  792. group_type: group
  793. admin_label: ''
  794. operator: '='
  795. value: '1'
  796. group: 2
  797. exposed: false
  798. expose:
  799. operator_id: ''
  800. label: ''
  801. description: ''
  802. use_operator: false
  803. operator: ''
  804. identifier: ''
  805. required: false
  806. remember: false
  807. multiple: false
  808. remember_roles:
  809. authenticated: authenticated
  810. is_grouped: false
  811. group_info:
  812. label: ''
  813. description: ''
  814. identifier: ''
  815. optional: true
  816. widget: select
  817. multiple: false
  818. remember: false
  819. default_group: All
  820. default_group_multiple: { }
  821. group_items: { }
  822. plugin_id: translation_views_source_equals_row
  823. translation_status_2:
  824. id: translation_status_2
  825. table: node_translation
  826. field: translation_status
  827. relationship: none
  828. group_type: group
  829. admin_label: ''
  830. operator: '='
  831. value: '0'
  832. group: 3
  833. exposed: false
  834. expose:
  835. operator_id: ''
  836. label: ''
  837. description: ''
  838. use_operator: false
  839. operator: ''
  840. identifier: ''
  841. required: false
  842. remember: false
  843. multiple: false
  844. remember_roles:
  845. authenticated: authenticated
  846. is_grouped: false
  847. group_info:
  848. label: ''
  849. description: ''
  850. identifier: ''
  851. optional: true
  852. widget: select
  853. multiple: false
  854. remember: false
  855. default_group: All
  856. default_group_multiple: { }
  857. group_items: { }
  858. entity_type: node
  859. plugin_id: translation_views_status
  860. translation_outdated_1:
  861. id: translation_outdated_1
  862. table: node_translation_target
  863. field: translation_outdated
  864. relationship: none
  865. group_type: group
  866. admin_label: ''
  867. operator: '='
  868. value: '1'
  869. group: 3
  870. exposed: false
  871. expose:
  872. operator_id: ''
  873. label: ''
  874. description: ''
  875. use_operator: false
  876. operator: ''
  877. identifier: ''
  878. required: false
  879. remember: false
  880. multiple: false
  881. remember_roles:
  882. authenticated: authenticated
  883. is_grouped: false
  884. group_info:
  885. label: ''
  886. description: ''
  887. identifier: ''
  888. optional: true
  889. widget: select
  890. multiple: false
  891. remember: false
  892. default_group: All
  893. default_group_multiple: { }
  894. group_items: { }
  895. plugin_id: boolean
  896. sorts:
  897. created:
  898. id: created
  899. table: node_field_data
  900. field: created
  901. order: DESC
  902. entity_type: node
  903. entity_field: created
  904. plugin_id: date
  905. relationship: none
  906. group_type: group
  907. admin_label: ''
  908. exposed: false
  909. expose:
  910. label: ''
  911. granularity: second
  912. title: 'Content Translation jobs'
  913. header: { }
  914. footer: { }
  915. empty: { }
  916. relationships: { }
  917. arguments: { }
  918. display_extenders: { }
  919. filter_groups:
  920. operator: AND
  921. groups:
  922. 1: AND
  923. 2: OR
  924. 3: OR
  925. cache_metadata:
  926. max-age: 0
  927. contexts:
  928. - 'languages:language_content'
  929. - 'languages:language_interface'
  930. - url
  931. - url.query_args
  932. - 'user.node_grants:view'
  933. - user.permissions
  934. tags: { }
  935. page_1:
  936. display_plugin: page
  937. id: page_1
  938. display_title: Page
  939. position: 1
  940. display_options:
  941. display_extenders: { }
  942. path: translate/content
  943. cache_metadata:
  944. max-age: 0
  945. contexts:
  946. - 'languages:language_content'
  947. - 'languages:language_interface'
  948. - url
  949. - url.query_args
  950. - 'user.node_grants:view'
  951. - user.permissions
  952. tags: { }