views.view.content.yml 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125
  1. uuid: db0c124c-a260-4158-91e8-53b81d62a143
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.storage.node.field_programme
  7. - node.type.programme
  8. - node.type.theme
  9. module:
  10. - node
  11. - user
  12. _core:
  13. default_config_hash: P7F4DFe8BL31DRVqsvS-ix9KZZqvvaPjZ7zEvGo9yNM
  14. id: content
  15. label: Contenu
  16. module: node
  17. description: 'Trouver et gérer le contenu.'
  18. tag: default
  19. base_table: node_field_data
  20. base_field: nid
  21. display:
  22. default:
  23. display_options:
  24. access:
  25. type: perm
  26. options:
  27. perm: 'access content overview'
  28. cache:
  29. type: tag
  30. query:
  31. type: views_query
  32. exposed_form:
  33. type: basic
  34. options:
  35. submit_button: Filtrer
  36. reset_button: true
  37. reset_button_label: Réinitialiser
  38. exposed_sorts_label: 'Trier par'
  39. expose_sort_order: true
  40. sort_asc_label: Asc
  41. sort_desc_label: Desc
  42. pager:
  43. type: full
  44. options:
  45. items_per_page: 50
  46. tags:
  47. previous: '‹ Précédent'
  48. next: 'Suivant ›'
  49. first: '« Premier'
  50. last: 'Dernier »'
  51. style:
  52. type: table
  53. options:
  54. grouping: { }
  55. row_class: ''
  56. default_row_class: true
  57. override: true
  58. sticky: true
  59. caption: ''
  60. summary: ''
  61. description: ''
  62. columns:
  63. node_bulk_form: node_bulk_form
  64. title: title
  65. operations: title
  66. field_programme: field_programme
  67. status: status
  68. changed: changed
  69. info:
  70. node_bulk_form:
  71. align: ''
  72. separator: ''
  73. empty_column: false
  74. responsive: ''
  75. title:
  76. sortable: true
  77. default_sort_order: asc
  78. align: ''
  79. separator: '<br/>'
  80. empty_column: false
  81. responsive: ''
  82. operations:
  83. align: ''
  84. separator: ''
  85. empty_column: false
  86. responsive: ''
  87. field_programme:
  88. sortable: false
  89. default_sort_order: asc
  90. align: ''
  91. separator: ''
  92. empty_column: false
  93. responsive: ''
  94. status:
  95. sortable: true
  96. default_sort_order: asc
  97. align: ''
  98. separator: ''
  99. empty_column: false
  100. responsive: ''
  101. changed:
  102. sortable: true
  103. default_sort_order: desc
  104. align: ''
  105. separator: ''
  106. empty_column: false
  107. responsive: priority-low
  108. default: changed
  109. empty_table: true
  110. row:
  111. type: fields
  112. fields:
  113. node_bulk_form:
  114. id: node_bulk_form
  115. table: node
  116. field: node_bulk_form
  117. label: ''
  118. exclude: false
  119. alter:
  120. alter_text: false
  121. element_class: ''
  122. element_default_classes: true
  123. empty: ''
  124. hide_empty: false
  125. empty_zero: false
  126. hide_alter_empty: true
  127. plugin_id: node_bulk_form
  128. entity_type: node
  129. title:
  130. id: title
  131. table: node_field_data
  132. field: title
  133. label: Titre
  134. exclude: false
  135. alter:
  136. alter_text: false
  137. element_class: ''
  138. element_default_classes: true
  139. empty: ''
  140. hide_empty: false
  141. empty_zero: false
  142. hide_alter_empty: true
  143. entity_type: node
  144. entity_field: title
  145. type: string
  146. settings:
  147. link_to_entity: true
  148. plugin_id: field
  149. operations:
  150. id: operations
  151. table: node
  152. field: operations
  153. relationship: none
  154. group_type: group
  155. admin_label: ''
  156. label: Actions
  157. exclude: false
  158. alter:
  159. alter_text: false
  160. text: ''
  161. make_link: false
  162. path: ''
  163. absolute: false
  164. external: false
  165. replace_spaces: false
  166. path_case: none
  167. trim_whitespace: false
  168. alt: ''
  169. rel: ''
  170. link_class: ''
  171. prefix: ''
  172. suffix: ''
  173. target: ''
  174. nl2br: false
  175. max_length: 0
  176. word_boundary: true
  177. ellipsis: true
  178. more_link: false
  179. more_link_text: ''
  180. more_link_path: ''
  181. strip_tags: false
  182. trim: false
  183. preserve_tags: ''
  184. html: false
  185. element_type: ''
  186. element_class: ''
  187. element_label_type: ''
  188. element_label_class: ''
  189. element_label_colon: true
  190. element_wrapper_type: ''
  191. element_wrapper_class: ''
  192. element_default_classes: true
  193. empty: ''
  194. hide_empty: false
  195. empty_zero: false
  196. hide_alter_empty: true
  197. destination: true
  198. plugin_id: entity_operations
  199. name:
  200. id: name
  201. table: users_field_data
  202. field: name
  203. relationship: uid
  204. label: Auteur
  205. exclude: false
  206. alter:
  207. alter_text: false
  208. element_class: ''
  209. element_default_classes: true
  210. empty: ''
  211. hide_empty: false
  212. empty_zero: false
  213. hide_alter_empty: true
  214. plugin_id: field
  215. type: user_name
  216. entity_type: user
  217. entity_field: name
  218. status:
  219. id: status
  220. table: node_field_data
  221. field: status
  222. label: État
  223. exclude: false
  224. alter:
  225. alter_text: false
  226. element_class: ''
  227. element_default_classes: true
  228. empty: ''
  229. hide_empty: false
  230. empty_zero: false
  231. hide_alter_empty: true
  232. type: boolean
  233. settings:
  234. format: custom
  235. format_custom_true: Publié
  236. format_custom_false: 'Non publié'
  237. plugin_id: field
  238. entity_type: node
  239. entity_field: status
  240. changed:
  241. id: changed
  242. table: node_field_data
  243. field: changed
  244. label: 'Mis à jour'
  245. exclude: false
  246. alter:
  247. alter_text: false
  248. element_class: ''
  249. element_default_classes: true
  250. empty: ''
  251. hide_empty: false
  252. empty_zero: false
  253. hide_alter_empty: true
  254. type: timestamp
  255. settings:
  256. date_format: short
  257. custom_date_format: ''
  258. timezone: ''
  259. plugin_id: field
  260. entity_type: node
  261. entity_field: changed
  262. filters:
  263. title:
  264. id: title
  265. table: node_field_data
  266. field: title
  267. relationship: none
  268. group_type: group
  269. admin_label: ''
  270. operator: contains
  271. value: ''
  272. group: 1
  273. exposed: true
  274. expose:
  275. operator_id: title_op
  276. label: Titre
  277. description: ''
  278. use_operator: false
  279. operator: title_op
  280. identifier: title
  281. required: false
  282. remember: false
  283. multiple: false
  284. remember_roles:
  285. authenticated: authenticated
  286. anonymous: '0'
  287. administrator: '0'
  288. operator_limit_selection: false
  289. operator_list: { }
  290. is_grouped: false
  291. group_info:
  292. label: ''
  293. description: ''
  294. identifier: ''
  295. optional: true
  296. widget: select
  297. multiple: false
  298. remember: false
  299. default_group: All
  300. default_group_multiple: { }
  301. group_items: { }
  302. plugin_id: string
  303. entity_type: node
  304. entity_field: title
  305. type:
  306. id: type
  307. table: node_field_data
  308. field: type
  309. relationship: none
  310. group_type: group
  311. admin_label: ''
  312. operator: in
  313. value:
  314. theme: theme
  315. group: 1
  316. exposed: false
  317. expose:
  318. operator_id: type_op
  319. label: 'Type de contenu'
  320. description: ''
  321. use_operator: false
  322. operator: type_op
  323. operator_limit_selection: false
  324. operator_list: { }
  325. identifier: type
  326. required: false
  327. remember: false
  328. multiple: false
  329. remember_roles:
  330. authenticated: authenticated
  331. anonymous: '0'
  332. administrator: '0'
  333. reduce: false
  334. is_grouped: false
  335. group_info:
  336. label: ''
  337. description: ''
  338. identifier: ''
  339. optional: true
  340. widget: select
  341. multiple: false
  342. remember: false
  343. default_group: All
  344. default_group_multiple: { }
  345. group_items: { }
  346. plugin_id: bundle
  347. entity_type: node
  348. entity_field: type
  349. status:
  350. id: status
  351. table: node_field_data
  352. field: status
  353. relationship: none
  354. group_type: group
  355. admin_label: ''
  356. operator: '='
  357. value: '1'
  358. group: 1
  359. exposed: true
  360. expose:
  361. operator_id: ''
  362. label: État
  363. description: ''
  364. use_operator: false
  365. operator: status_op
  366. identifier: status
  367. required: false
  368. remember: false
  369. multiple: false
  370. remember_roles:
  371. authenticated: authenticated
  372. operator_limit_selection: false
  373. operator_list: { }
  374. is_grouped: true
  375. group_info:
  376. label: 'Statut de publication'
  377. description: ''
  378. identifier: status
  379. optional: true
  380. widget: select
  381. multiple: false
  382. remember: false
  383. default_group: All
  384. default_group_multiple: { }
  385. group_items:
  386. 1:
  387. title: Publié
  388. operator: '='
  389. value: '1'
  390. 2:
  391. title: 'Non publié'
  392. operator: '='
  393. value: '0'
  394. plugin_id: boolean
  395. entity_type: node
  396. entity_field: status
  397. langcode:
  398. id: langcode
  399. table: node_field_data
  400. field: langcode
  401. relationship: none
  402. group_type: group
  403. admin_label: ''
  404. operator: in
  405. value: { }
  406. group: 1
  407. exposed: true
  408. expose:
  409. operator_id: langcode_op
  410. label: Langue
  411. description: ''
  412. use_operator: false
  413. operator: langcode_op
  414. identifier: langcode
  415. required: false
  416. remember: false
  417. multiple: false
  418. remember_roles:
  419. authenticated: authenticated
  420. anonymous: '0'
  421. administrator: '0'
  422. reduce: false
  423. operator_limit_selection: false
  424. operator_list: { }
  425. is_grouped: false
  426. group_info:
  427. label: ''
  428. description: ''
  429. identifier: ''
  430. optional: true
  431. widget: select
  432. multiple: false
  433. remember: false
  434. default_group: All
  435. default_group_multiple: { }
  436. group_items: { }
  437. plugin_id: language
  438. entity_type: node
  439. entity_field: langcode
  440. status_extra:
  441. id: status_extra
  442. table: node_field_data
  443. field: status_extra
  444. operator: '='
  445. value: false
  446. plugin_id: node_status
  447. group: 1
  448. entity_type: node
  449. expose:
  450. operator_limit_selection: false
  451. operator_list: { }
  452. sorts: { }
  453. title: Contenu
  454. empty:
  455. area_text_custom:
  456. id: area_text_custom
  457. table: views
  458. field: area_text_custom
  459. empty: true
  460. content: 'Aucun contenu disponible.'
  461. plugin_id: text_custom
  462. arguments: { }
  463. relationships:
  464. uid:
  465. id: uid
  466. table: node_field_data
  467. field: uid
  468. admin_label: author
  469. required: true
  470. plugin_id: standard
  471. show_admin_links: false
  472. filter_groups:
  473. operator: AND
  474. groups:
  475. 1: AND
  476. display_extenders: { }
  477. header:
  478. result:
  479. id: result
  480. table: views
  481. field: result
  482. relationship: none
  483. group_type: group
  484. admin_label: ''
  485. empty: false
  486. content: 'Affichage de @start à @end sur @total'
  487. plugin_id: result
  488. display_plugin: default
  489. display_title: Maître
  490. id: default
  491. position: 0
  492. cache_metadata:
  493. contexts:
  494. - 'languages:language_content'
  495. - 'languages:language_interface'
  496. - url
  497. - url.query_args
  498. - user
  499. - 'user.node_grants:view'
  500. - user.permissions
  501. max-age: 0
  502. tags: { }
  503. page_1:
  504. display_options:
  505. path: admin/content/programme
  506. menu:
  507. type: 'default tab'
  508. title: Contenu
  509. description: ''
  510. menu_name: admin
  511. weight: -10
  512. context: ''
  513. tab_options:
  514. type: normal
  515. title: Contenu
  516. description: 'Trouver et gérer le contenu'
  517. menu_name: admin
  518. weight: -10
  519. display_extenders:
  520. views_ef_fieldset: { }
  521. display_description: ''
  522. filters:
  523. title:
  524. id: title
  525. table: node_field_data
  526. field: title
  527. relationship: none
  528. group_type: group
  529. admin_label: ''
  530. operator: contains
  531. value: ''
  532. group: 1
  533. exposed: true
  534. expose:
  535. operator_id: title_op
  536. label: Titre
  537. description: ''
  538. use_operator: false
  539. operator: title_op
  540. identifier: title
  541. required: false
  542. remember: false
  543. multiple: false
  544. remember_roles:
  545. authenticated: authenticated
  546. anonymous: '0'
  547. administrator: '0'
  548. operator_limit_selection: false
  549. operator_list: { }
  550. is_grouped: false
  551. group_info:
  552. label: ''
  553. description: ''
  554. identifier: ''
  555. optional: true
  556. widget: select
  557. multiple: false
  558. remember: false
  559. default_group: All
  560. default_group_multiple: { }
  561. group_items: { }
  562. plugin_id: string
  563. entity_type: node
  564. entity_field: title
  565. type:
  566. id: type
  567. table: node_field_data
  568. field: type
  569. relationship: none
  570. group_type: group
  571. admin_label: ''
  572. operator: in
  573. value:
  574. programme: programme
  575. group: 1
  576. exposed: false
  577. expose:
  578. operator_id: type_op
  579. label: 'Type de contenu'
  580. description: ''
  581. use_operator: false
  582. operator: type_op
  583. operator_limit_selection: false
  584. operator_list: { }
  585. identifier: type
  586. required: false
  587. remember: false
  588. multiple: false
  589. remember_roles:
  590. authenticated: authenticated
  591. anonymous: '0'
  592. administrator: '0'
  593. reduce: false
  594. is_grouped: false
  595. group_info:
  596. label: ''
  597. description: ''
  598. identifier: ''
  599. optional: true
  600. widget: select
  601. multiple: false
  602. remember: false
  603. default_group: All
  604. default_group_multiple: { }
  605. group_items: { }
  606. plugin_id: bundle
  607. entity_type: node
  608. entity_field: type
  609. status:
  610. id: status
  611. table: node_field_data
  612. field: status
  613. relationship: none
  614. group_type: group
  615. admin_label: ''
  616. operator: '='
  617. value: '1'
  618. group: 1
  619. exposed: true
  620. expose:
  621. operator_id: ''
  622. label: État
  623. description: ''
  624. use_operator: false
  625. operator: status_op
  626. identifier: status
  627. required: false
  628. remember: false
  629. multiple: false
  630. remember_roles:
  631. authenticated: authenticated
  632. operator_limit_selection: false
  633. operator_list: { }
  634. is_grouped: true
  635. group_info:
  636. label: 'Statut de publication'
  637. description: ''
  638. identifier: status
  639. optional: true
  640. widget: select
  641. multiple: false
  642. remember: false
  643. default_group: All
  644. default_group_multiple: { }
  645. group_items:
  646. 1:
  647. title: Publié
  648. operator: '='
  649. value: '1'
  650. 2:
  651. title: 'Non publié'
  652. operator: '='
  653. value: '0'
  654. plugin_id: boolean
  655. entity_type: node
  656. entity_field: status
  657. status_extra:
  658. id: status_extra
  659. table: node_field_data
  660. field: status_extra
  661. operator: '='
  662. value: false
  663. plugin_id: node_status
  664. group: 1
  665. entity_type: node
  666. expose:
  667. operator_limit_selection: false
  668. operator_list: { }
  669. defaults:
  670. filters: false
  671. filter_groups: false
  672. filter_groups:
  673. operator: AND
  674. groups:
  675. 1: AND
  676. display_plugin: page
  677. display_title: Programmes
  678. id: page_1
  679. position: 1
  680. cache_metadata:
  681. contexts:
  682. - 'languages:language_content'
  683. - 'languages:language_interface'
  684. - url
  685. - url.query_args
  686. - user
  687. - 'user.node_grants:view'
  688. - user.permissions
  689. max-age: 0
  690. tags: { }
  691. page_2:
  692. display_options:
  693. path: admin/content/themes
  694. menu:
  695. type: tab
  696. title: Themes
  697. description: ''
  698. expanded: false
  699. parent: system.admin_content
  700. weight: -10
  701. context: '0'
  702. menu_name: admin
  703. tab_options:
  704. type: normal
  705. title: Contenu
  706. description: 'Trouver et gérer le contenu'
  707. menu_name: admin
  708. weight: -10
  709. display_extenders:
  710. views_ef_fieldset: { }
  711. display_description: ''
  712. filters:
  713. title:
  714. id: title
  715. table: node_field_data
  716. field: title
  717. relationship: none
  718. group_type: group
  719. admin_label: ''
  720. operator: contains
  721. value: ''
  722. group: 1
  723. exposed: true
  724. expose:
  725. operator_id: title_op
  726. label: Titre
  727. description: ''
  728. use_operator: false
  729. operator: title_op
  730. identifier: title
  731. required: false
  732. remember: false
  733. multiple: false
  734. remember_roles:
  735. authenticated: authenticated
  736. anonymous: '0'
  737. administrator: '0'
  738. operator_limit_selection: false
  739. operator_list: { }
  740. is_grouped: false
  741. group_info:
  742. label: ''
  743. description: ''
  744. identifier: ''
  745. optional: true
  746. widget: select
  747. multiple: false
  748. remember: false
  749. default_group: All
  750. default_group_multiple: { }
  751. group_items: { }
  752. plugin_id: string
  753. entity_type: node
  754. entity_field: title
  755. type:
  756. id: type
  757. table: node_field_data
  758. field: type
  759. relationship: none
  760. group_type: group
  761. admin_label: ''
  762. operator: in
  763. value:
  764. theme: theme
  765. group: 1
  766. exposed: false
  767. expose:
  768. operator_id: type_op
  769. label: 'Type de contenu'
  770. description: ''
  771. use_operator: false
  772. operator: type_op
  773. operator_limit_selection: false
  774. operator_list: { }
  775. identifier: type
  776. required: false
  777. remember: false
  778. multiple: false
  779. remember_roles:
  780. authenticated: authenticated
  781. anonymous: '0'
  782. administrator: '0'
  783. reduce: false
  784. is_grouped: false
  785. group_info:
  786. label: ''
  787. description: ''
  788. identifier: ''
  789. optional: true
  790. widget: select
  791. multiple: false
  792. remember: false
  793. default_group: All
  794. default_group_multiple: { }
  795. group_items: { }
  796. plugin_id: bundle
  797. entity_type: node
  798. entity_field: type
  799. status:
  800. id: status
  801. table: node_field_data
  802. field: status
  803. relationship: none
  804. group_type: group
  805. admin_label: ''
  806. operator: '='
  807. value: '1'
  808. group: 1
  809. exposed: true
  810. expose:
  811. operator_id: ''
  812. label: État
  813. description: ''
  814. use_operator: false
  815. operator: status_op
  816. identifier: status
  817. required: false
  818. remember: false
  819. multiple: false
  820. remember_roles:
  821. authenticated: authenticated
  822. operator_limit_selection: false
  823. operator_list: { }
  824. is_grouped: true
  825. group_info:
  826. label: 'Statut de publication'
  827. description: ''
  828. identifier: status
  829. optional: true
  830. widget: select
  831. multiple: false
  832. remember: false
  833. default_group: All
  834. default_group_multiple: { }
  835. group_items:
  836. 1:
  837. title: Publié
  838. operator: '='
  839. value: '1'
  840. 2:
  841. title: 'Non publié'
  842. operator: '='
  843. value: '0'
  844. plugin_id: boolean
  845. entity_type: node
  846. entity_field: status
  847. status_extra:
  848. id: status_extra
  849. table: node_field_data
  850. field: status_extra
  851. operator: '='
  852. value: false
  853. plugin_id: node_status
  854. group: 1
  855. entity_type: node
  856. expose:
  857. operator_limit_selection: false
  858. operator_list: { }
  859. field_programme_target_id:
  860. id: field_programme_target_id
  861. table: node__field_programme
  862. field: field_programme_target_id
  863. relationship: none
  864. group_type: group
  865. admin_label: ''
  866. operator: '='
  867. value:
  868. min: ''
  869. max: ''
  870. value: ''
  871. group: 1
  872. exposed: true
  873. expose:
  874. operator_id: field_programme_target_id_op
  875. label: 'Programme Popsu'
  876. description: ''
  877. use_operator: false
  878. operator: field_programme_target_id_op
  879. operator_limit_selection: false
  880. operator_list: { }
  881. identifier: field_programme_target_id
  882. required: false
  883. remember: false
  884. multiple: false
  885. remember_roles:
  886. authenticated: authenticated
  887. anonymous: '0'
  888. admin: '0'
  889. root: '0'
  890. user: '0'
  891. editeur: '0'
  892. placeholder: ''
  893. min_placeholder: ''
  894. max_placeholder: ''
  895. is_grouped: false
  896. group_info:
  897. label: ''
  898. description: ''
  899. identifier: ''
  900. optional: true
  901. widget: select
  902. multiple: false
  903. remember: false
  904. default_group: All
  905. default_group_multiple: { }
  906. group_items: { }
  907. plugin_id: numeric
  908. defaults:
  909. filters: false
  910. filter_groups: false
  911. fields: false
  912. filter_groups:
  913. operator: AND
  914. groups:
  915. 1: AND
  916. fields:
  917. node_bulk_form:
  918. id: node_bulk_form
  919. table: node
  920. field: node_bulk_form
  921. label: ''
  922. exclude: false
  923. alter:
  924. alter_text: false
  925. element_class: ''
  926. element_default_classes: true
  927. empty: ''
  928. hide_empty: false
  929. empty_zero: false
  930. hide_alter_empty: true
  931. plugin_id: node_bulk_form
  932. entity_type: node
  933. title:
  934. id: title
  935. table: node_field_data
  936. field: title
  937. label: Titre
  938. exclude: false
  939. alter:
  940. alter_text: false
  941. element_class: ''
  942. element_default_classes: true
  943. empty: ''
  944. hide_empty: false
  945. empty_zero: false
  946. hide_alter_empty: true
  947. entity_type: node
  948. entity_field: title
  949. type: string
  950. settings:
  951. link_to_entity: true
  952. plugin_id: field
  953. operations:
  954. id: operations
  955. table: node
  956. field: operations
  957. relationship: none
  958. group_type: group
  959. admin_label: ''
  960. label: Actions
  961. exclude: false
  962. alter:
  963. alter_text: false
  964. text: ''
  965. make_link: false
  966. path: ''
  967. absolute: false
  968. external: false
  969. replace_spaces: false
  970. path_case: none
  971. trim_whitespace: false
  972. alt: ''
  973. rel: ''
  974. link_class: ''
  975. prefix: ''
  976. suffix: ''
  977. target: ''
  978. nl2br: false
  979. max_length: 0
  980. word_boundary: true
  981. ellipsis: true
  982. more_link: false
  983. more_link_text: ''
  984. more_link_path: ''
  985. strip_tags: false
  986. trim: false
  987. preserve_tags: ''
  988. html: false
  989. element_type: ''
  990. element_class: ''
  991. element_label_type: ''
  992. element_label_class: ''
  993. element_label_colon: true
  994. element_wrapper_type: ''
  995. element_wrapper_class: ''
  996. element_default_classes: true
  997. empty: ''
  998. hide_empty: false
  999. empty_zero: false
  1000. hide_alter_empty: true
  1001. destination: true
  1002. plugin_id: entity_operations
  1003. field_programme:
  1004. id: field_programme
  1005. table: node__field_programme
  1006. field: field_programme
  1007. relationship: none
  1008. group_type: group
  1009. admin_label: ''
  1010. label: 'Programme Popsu'
  1011. exclude: false
  1012. alter:
  1013. alter_text: false
  1014. text: ''
  1015. make_link: false
  1016. path: ''
  1017. absolute: false
  1018. external: false
  1019. replace_spaces: false
  1020. path_case: none
  1021. trim_whitespace: false
  1022. alt: ''
  1023. rel: ''
  1024. link_class: ''
  1025. prefix: ''
  1026. suffix: ''
  1027. target: ''
  1028. nl2br: false
  1029. max_length: 0
  1030. word_boundary: true
  1031. ellipsis: true
  1032. more_link: false
  1033. more_link_text: ''
  1034. more_link_path: ''
  1035. strip_tags: false
  1036. trim: false
  1037. preserve_tags: ''
  1038. html: false
  1039. element_type: ''
  1040. element_class: ''
  1041. element_label_type: ''
  1042. element_label_class: ''
  1043. element_label_colon: true
  1044. element_wrapper_type: ''
  1045. element_wrapper_class: ''
  1046. element_default_classes: true
  1047. empty: ''
  1048. hide_empty: false
  1049. empty_zero: false
  1050. hide_alter_empty: true
  1051. click_sort_column: target_id
  1052. type: entity_reference_label
  1053. settings:
  1054. link: true
  1055. group_column: target_id
  1056. group_columns: { }
  1057. group_rows: true
  1058. delta_limit: 0
  1059. delta_offset: 0
  1060. delta_reversed: false
  1061. delta_first_last: false
  1062. multi_type: separator
  1063. separator: ', '
  1064. field_api_classes: false
  1065. plugin_id: field
  1066. status:
  1067. id: status
  1068. table: node_field_data
  1069. field: status
  1070. label: État
  1071. exclude: false
  1072. alter:
  1073. alter_text: false
  1074. element_class: ''
  1075. element_default_classes: true
  1076. empty: ''
  1077. hide_empty: false
  1078. empty_zero: false
  1079. hide_alter_empty: true
  1080. type: boolean
  1081. settings:
  1082. format: custom
  1083. format_custom_true: Publié
  1084. format_custom_false: 'Non publié'
  1085. plugin_id: field
  1086. entity_type: node
  1087. entity_field: status
  1088. changed:
  1089. id: changed
  1090. table: node_field_data
  1091. field: changed
  1092. label: 'Mis à jour'
  1093. exclude: false
  1094. alter:
  1095. alter_text: false
  1096. element_class: ''
  1097. element_default_classes: true
  1098. empty: ''
  1099. hide_empty: false
  1100. empty_zero: false
  1101. hide_alter_empty: true
  1102. type: timestamp
  1103. settings:
  1104. date_format: short
  1105. custom_date_format: ''
  1106. timezone: ''
  1107. plugin_id: field
  1108. entity_type: node
  1109. entity_field: changed
  1110. display_plugin: page
  1111. display_title: Themes
  1112. id: page_2
  1113. position: 1
  1114. cache_metadata:
  1115. contexts:
  1116. - 'languages:language_content'
  1117. - 'languages:language_interface'
  1118. - url
  1119. - url.query_args
  1120. - user
  1121. - 'user.node_grants:view'
  1122. - user.permissions
  1123. max-age: 0
  1124. tags:
  1125. - 'config:field.storage.node.field_programme'