views.view.simplenews_subscribers.yml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  1. uuid: 53a979eb-9ee5-4a9b-b4fb-602e19e052f7
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.storage.simplenews_subscriber.subscriptions
  7. module:
  8. - simplenews
  9. - user
  10. _core:
  11. default_config_hash: WyIS3mrmy1vkSOWTl1IGi_Zi0UmkVqmtW06au3N9rXU
  12. id: simplenews_subscribers
  13. label: Subscribers
  14. module: views
  15. description: ''
  16. tag: ''
  17. base_table: simplenews_subscriber
  18. base_field: id
  19. display:
  20. default:
  21. display_plugin: default
  22. id: default
  23. display_title: Master
  24. position: 0
  25. display_options:
  26. access:
  27. type: perm
  28. options:
  29. perm: 'administer simplenews subscriptions'
  30. cache:
  31. type: none
  32. options: { }
  33. query:
  34. type: views_query
  35. options:
  36. disable_sql_rewrite: false
  37. distinct: true
  38. replica: false
  39. query_comment: ''
  40. query_tags: { }
  41. exposed_form:
  42. type: basic
  43. options:
  44. submit_button: Apply
  45. reset_button: false
  46. reset_button_label: Reset
  47. exposed_sorts_label: 'Sort by'
  48. expose_sort_order: true
  49. sort_asc_label: Asc
  50. sort_desc_label: Desc
  51. pager:
  52. type: full
  53. options:
  54. items_per_page: 30
  55. offset: 0
  56. id: 0
  57. total_pages: null
  58. tags:
  59. previous: '‹ previous'
  60. next: 'next ›'
  61. first: '« first'
  62. last: 'last »'
  63. expose:
  64. items_per_page: false
  65. items_per_page_label: 'Items per page'
  66. items_per_page_options: '5, 10, 25, 50'
  67. items_per_page_options_all: false
  68. items_per_page_options_all_label: '- All -'
  69. offset: false
  70. offset_label: Offset
  71. quantity: 9
  72. style:
  73. type: table
  74. row:
  75. type: fields
  76. fields:
  77. id:
  78. id: id
  79. table: simplenews_subscriber
  80. field: id
  81. relationship: none
  82. group_type: group
  83. admin_label: ''
  84. label: 'Subscriber ID'
  85. exclude: false
  86. alter:
  87. alter_text: false
  88. text: ''
  89. make_link: false
  90. path: ''
  91. absolute: false
  92. external: false
  93. replace_spaces: false
  94. path_case: none
  95. trim_whitespace: false
  96. alt: ''
  97. rel: ''
  98. link_class: ''
  99. prefix: ''
  100. suffix: ''
  101. target: ''
  102. nl2br: false
  103. max_length: 0
  104. word_boundary: true
  105. ellipsis: true
  106. more_link: false
  107. more_link_text: ''
  108. more_link_path: ''
  109. strip_tags: false
  110. trim: false
  111. preserve_tags: ''
  112. html: false
  113. element_type: ''
  114. element_class: ''
  115. element_label_type: ''
  116. element_label_class: ''
  117. element_label_colon: true
  118. element_wrapper_type: ''
  119. element_wrapper_class: ''
  120. element_default_classes: true
  121. empty: ''
  122. hide_empty: false
  123. empty_zero: false
  124. hide_alter_empty: true
  125. click_sort_column: value
  126. type: number_integer
  127. settings:
  128. thousand_separator: ''
  129. prefix_suffix: true
  130. group_column: value
  131. group_columns: { }
  132. group_rows: true
  133. delta_limit: 0
  134. delta_offset: 0
  135. delta_reversed: false
  136. delta_first_last: false
  137. multi_type: separator
  138. separator: ', '
  139. field_api_classes: false
  140. entity_type: simplenews_subscriber
  141. entity_field: id
  142. plugin_id: field
  143. uuid:
  144. id: uuid
  145. table: simplenews_subscriber
  146. field: uuid
  147. relationship: none
  148. group_type: group
  149. admin_label: ''
  150. label: UUID
  151. exclude: false
  152. alter:
  153. alter_text: false
  154. text: ''
  155. make_link: false
  156. path: ''
  157. absolute: false
  158. external: false
  159. replace_spaces: false
  160. path_case: none
  161. trim_whitespace: false
  162. alt: ''
  163. rel: ''
  164. link_class: ''
  165. prefix: ''
  166. suffix: ''
  167. target: ''
  168. nl2br: false
  169. max_length: 0
  170. word_boundary: true
  171. ellipsis: true
  172. more_link: false
  173. more_link_text: ''
  174. more_link_path: ''
  175. strip_tags: false
  176. trim: false
  177. preserve_tags: ''
  178. html: false
  179. element_type: ''
  180. element_class: ''
  181. element_label_type: ''
  182. element_label_class: ''
  183. element_label_colon: true
  184. element_wrapper_type: ''
  185. element_wrapper_class: ''
  186. element_default_classes: true
  187. empty: ''
  188. hide_empty: false
  189. empty_zero: false
  190. hide_alter_empty: true
  191. click_sort_column: value
  192. type: string
  193. settings:
  194. link_to_entity: false
  195. group_column: value
  196. group_columns: { }
  197. group_rows: true
  198. delta_limit: 0
  199. delta_offset: 0
  200. delta_reversed: false
  201. delta_first_last: false
  202. multi_type: separator
  203. separator: ', '
  204. field_api_classes: false
  205. entity_type: simplenews_subscriber
  206. entity_field: uuid
  207. plugin_id: field
  208. mail:
  209. table: simplenews_subscriber
  210. field: mail
  211. id: mail
  212. entity_type: null
  213. entity_field: mail
  214. plugin_id: standard
  215. relationship: none
  216. group_type: group
  217. admin_label: ''
  218. label: Email
  219. exclude: false
  220. alter:
  221. alter_text: false
  222. text: ''
  223. make_link: false
  224. path: ''
  225. absolute: false
  226. external: false
  227. replace_spaces: false
  228. path_case: none
  229. trim_whitespace: false
  230. alt: ''
  231. rel: ''
  232. link_class: ''
  233. prefix: ''
  234. suffix: ''
  235. target: ''
  236. nl2br: false
  237. max_length: null
  238. word_boundary: true
  239. ellipsis: true
  240. more_link: false
  241. more_link_text: ''
  242. more_link_path: ''
  243. strip_tags: false
  244. trim: false
  245. preserve_tags: ''
  246. html: false
  247. element_type: ''
  248. element_class: ''
  249. element_label_type: ''
  250. element_label_class: ''
  251. element_label_colon: true
  252. element_wrapper_type: ''
  253. element_wrapper_class: ''
  254. element_default_classes: true
  255. empty: ''
  256. hide_empty: false
  257. empty_zero: false
  258. hide_alter_empty: true
  259. user_name:
  260. id: user_name
  261. table: simplenews_subscriber
  262. field: user_name
  263. relationship: none
  264. group_type: group
  265. admin_label: ''
  266. label: Username
  267. exclude: false
  268. alter:
  269. alter_text: false
  270. text: ''
  271. make_link: false
  272. path: ''
  273. absolute: false
  274. external: false
  275. replace_spaces: false
  276. path_case: none
  277. trim_whitespace: false
  278. alt: ''
  279. rel: ''
  280. link_class: ''
  281. prefix: ''
  282. suffix: ''
  283. target: ''
  284. nl2br: false
  285. max_length: null
  286. word_boundary: true
  287. ellipsis: true
  288. more_link: false
  289. more_link_text: ''
  290. more_link_path: ''
  291. strip_tags: false
  292. trim: false
  293. preserve_tags: ''
  294. html: false
  295. element_type: ''
  296. element_class: ''
  297. element_label_type: ''
  298. element_label_class: ''
  299. element_label_colon: true
  300. element_wrapper_type: ''
  301. element_wrapper_class: ''
  302. element_default_classes: true
  303. empty: ''
  304. hide_empty: false
  305. empty_zero: false
  306. hide_alter_empty: true
  307. entity_type: simplenews_subscriber
  308. plugin_id: simplenews_user_name
  309. subscriptions:
  310. id: subscriptions
  311. table: simplenews_subscriber__subscriptions
  312. field: subscriptions
  313. relationship: none
  314. group_type: group
  315. admin_label: ''
  316. label: Subscriptions
  317. exclude: false
  318. alter:
  319. alter_text: false
  320. text: ''
  321. make_link: false
  322. path: ''
  323. absolute: false
  324. external: false
  325. replace_spaces: false
  326. path_case: none
  327. trim_whitespace: false
  328. alt: ''
  329. rel: ''
  330. link_class: ''
  331. prefix: ''
  332. suffix: ''
  333. target: ''
  334. nl2br: false
  335. max_length: null
  336. word_boundary: true
  337. ellipsis: true
  338. more_link: false
  339. more_link_text: ''
  340. more_link_path: ''
  341. strip_tags: false
  342. trim: false
  343. preserve_tags: ''
  344. html: false
  345. element_type: ''
  346. element_class: ''
  347. element_label_type: ''
  348. element_label_class: ''
  349. element_label_colon: true
  350. element_wrapper_type: ''
  351. element_wrapper_class: ''
  352. element_default_classes: true
  353. empty: ''
  354. hide_empty: false
  355. empty_zero: false
  356. hide_alter_empty: true
  357. click_sort_column: target_id
  358. type: simplenews_subscription_status
  359. group_column: ''
  360. group_columns: { }
  361. group_rows: true
  362. delta_limit: 0
  363. delta_offset: 0
  364. delta_reversed: false
  365. delta_first_last: false
  366. multi_type: ul
  367. separator: ', '
  368. field_api_classes: false
  369. plugin_id: field
  370. status:
  371. id: status
  372. table: simplenews_subscriber
  373. field: status
  374. relationship: none
  375. group_type: group
  376. admin_label: ''
  377. label: Active
  378. exclude: false
  379. alter:
  380. alter_text: false
  381. text: ''
  382. make_link: false
  383. path: ''
  384. absolute: false
  385. external: false
  386. replace_spaces: false
  387. path_case: none
  388. trim_whitespace: false
  389. alt: ''
  390. rel: ''
  391. link_class: ''
  392. prefix: ''
  393. suffix: ''
  394. target: ''
  395. nl2br: false
  396. max_length: null
  397. word_boundary: true
  398. ellipsis: true
  399. more_link: false
  400. more_link_text: ''
  401. more_link_path: ''
  402. strip_tags: false
  403. trim: false
  404. preserve_tags: ''
  405. html: false
  406. element_type: ''
  407. element_class: ''
  408. element_label_type: ''
  409. element_label_class: ''
  410. element_label_colon: true
  411. element_wrapper_type: ''
  412. element_wrapper_class: ''
  413. element_default_classes: true
  414. empty: ''
  415. hide_empty: false
  416. empty_zero: false
  417. hide_alter_empty: true
  418. type: boolean
  419. type_custom_true: ''
  420. type_custom_false: ''
  421. not: false
  422. entity_type: simplenews_subscriber
  423. entity_field: status
  424. plugin_id: boolean
  425. created:
  426. id: created
  427. table: simplenews_subscriber
  428. field: created
  429. relationship: none
  430. group_type: group
  431. admin_label: ''
  432. label: Created
  433. exclude: false
  434. alter:
  435. alter_text: false
  436. text: ''
  437. make_link: false
  438. path: ''
  439. absolute: false
  440. external: false
  441. replace_spaces: false
  442. path_case: none
  443. trim_whitespace: false
  444. alt: ''
  445. rel: ''
  446. link_class: ''
  447. prefix: ''
  448. suffix: ''
  449. target: ''
  450. nl2br: false
  451. max_length: null
  452. word_boundary: true
  453. ellipsis: true
  454. more_link: false
  455. more_link_text: ''
  456. more_link_path: ''
  457. strip_tags: false
  458. trim: false
  459. preserve_tags: ''
  460. html: false
  461. element_type: ''
  462. element_class: ''
  463. element_label_type: ''
  464. element_label_class: ''
  465. element_label_colon: true
  466. element_wrapper_type: ''
  467. element_wrapper_class: ''
  468. element_default_classes: true
  469. empty: ''
  470. hide_empty: false
  471. empty_zero: false
  472. hide_alter_empty: true
  473. click_sort_column: value
  474. type: timestamp
  475. settings:
  476. date_format: html_date
  477. custom_date_format: ''
  478. timezone: ''
  479. group_column: value
  480. group_columns: { }
  481. group_rows: true
  482. delta_limit: 0
  483. delta_offset: 0
  484. delta_reversed: false
  485. delta_first_last: false
  486. multi_type: separator
  487. separator: ', '
  488. field_api_classes: 0
  489. date_format: fallback
  490. custom_date_format: ''
  491. timezone: ''
  492. entity_type: simplenews_subscriber
  493. entity_field: created
  494. plugin_id: date
  495. operations:
  496. id: operations
  497. table: simplenews_subscriber
  498. field: operations
  499. relationship: none
  500. group_type: group
  501. admin_label: ''
  502. label: Operations
  503. exclude: false
  504. alter:
  505. alter_text: false
  506. text: ''
  507. make_link: false
  508. path: ''
  509. absolute: false
  510. external: false
  511. replace_spaces: false
  512. path_case: none
  513. trim_whitespace: false
  514. alt: ''
  515. rel: ''
  516. link_class: ''
  517. prefix: ''
  518. suffix: ''
  519. target: ''
  520. nl2br: false
  521. max_length: 0
  522. word_boundary: true
  523. ellipsis: true
  524. more_link: false
  525. more_link_text: ''
  526. more_link_path: ''
  527. strip_tags: false
  528. trim: false
  529. preserve_tags: ''
  530. html: false
  531. element_type: ''
  532. element_class: ''
  533. element_label_type: ''
  534. element_label_class: ''
  535. element_label_colon: true
  536. element_wrapper_type: ''
  537. element_wrapper_class: ''
  538. element_default_classes: true
  539. empty: ''
  540. hide_empty: false
  541. empty_zero: false
  542. hide_alter_empty: true
  543. destination: true
  544. entity_type: simplenews_subscriber
  545. plugin_id: entity_operations
  546. filters:
  547. mail:
  548. id: mail
  549. table: simplenews_subscriber
  550. field: mail
  551. relationship: none
  552. group_type: group
  553. admin_label: ''
  554. operator: contains
  555. value: ''
  556. group: 1
  557. exposed: true
  558. expose:
  559. operator_id: mail_op
  560. label: Email
  561. description: ''
  562. use_operator: false
  563. operator: mail_op
  564. identifier: mail
  565. required: false
  566. remember: false
  567. multiple: false
  568. remember_roles:
  569. authenticated: authenticated
  570. anonymous: '0'
  571. administrator: '0'
  572. operator_limit_selection: false
  573. operator_list: { }
  574. is_grouped: false
  575. group_info:
  576. label: ''
  577. description: ''
  578. identifier: ''
  579. optional: true
  580. widget: select
  581. multiple: false
  582. remember: false
  583. default_group: All
  584. default_group_multiple: { }
  585. group_items: { }
  586. entity_type: simplenews_subscriber
  587. entity_field: mail
  588. plugin_id: string
  589. subscriptions_target_id:
  590. id: subscriptions_target_id
  591. table: simplenews_subscriber__subscriptions
  592. field: subscriptions_target_id
  593. relationship: none
  594. group_type: group
  595. admin_label: ''
  596. operator: in
  597. value: { }
  598. group: 1
  599. exposed: true
  600. expose:
  601. operator_id: subscriptions_target_id_op
  602. label: Newsletters
  603. description: ''
  604. use_operator: false
  605. operator: subscriptions_target_id_op
  606. identifier: subscriptions_target_id
  607. required: false
  608. remember: false
  609. multiple: false
  610. remember_roles:
  611. authenticated: authenticated
  612. anonymous: '0'
  613. administrator: '0'
  614. reduce: false
  615. operator_limit_selection: false
  616. operator_list: { }
  617. is_grouped: false
  618. group_info:
  619. label: ''
  620. description: ''
  621. identifier: ''
  622. optional: true
  623. widget: select
  624. multiple: false
  625. remember: false
  626. default_group: All
  627. default_group_multiple: { }
  628. group_items: { }
  629. plugin_id: in_operator
  630. status:
  631. id: status
  632. table: simplenews_subscriber
  633. field: status
  634. relationship: none
  635. group_type: group
  636. admin_label: ''
  637. operator: '='
  638. value: '1'
  639. group: 1
  640. exposed: true
  641. expose:
  642. operator_id: ''
  643. label: Active
  644. description: ''
  645. use_operator: false
  646. operator: status_op
  647. identifier: status
  648. required: false
  649. remember: false
  650. multiple: false
  651. remember_roles:
  652. authenticated: authenticated
  653. anonymous: '0'
  654. administrator: '0'
  655. operator_limit_selection: false
  656. operator_list: { }
  657. is_grouped: false
  658. group_info:
  659. label: ''
  660. description: ''
  661. identifier: ''
  662. optional: true
  663. widget: select
  664. multiple: false
  665. remember: false
  666. default_group: All
  667. default_group_multiple: { }
  668. group_items: { }
  669. entity_type: simplenews_subscriber
  670. entity_field: status
  671. plugin_id: boolean
  672. subscriptions_status:
  673. id: subscriptions_status
  674. table: simplenews_subscriber__subscriptions
  675. field: subscriptions_status
  676. relationship: none
  677. group_type: group
  678. admin_label: ''
  679. operator: in
  680. value:
  681. 1: '1'
  682. group: 1
  683. exposed: true
  684. expose:
  685. operator_id: subscriptions_status_op
  686. label: Status
  687. description: ''
  688. use_operator: false
  689. operator: subscriptions_status_op
  690. identifier: subscriptions_status
  691. required: false
  692. remember: false
  693. multiple: false
  694. remember_roles:
  695. authenticated: authenticated
  696. anonymous: '0'
  697. administrator: '0'
  698. reduce: false
  699. operator_limit_selection: false
  700. operator_list: { }
  701. is_grouped: false
  702. group_info:
  703. label: ''
  704. description: ''
  705. identifier: ''
  706. optional: true
  707. widget: select
  708. multiple: false
  709. remember: false
  710. default_group: All
  711. default_group_multiple: { }
  712. group_items: { }
  713. plugin_id: in_operator
  714. sorts:
  715. created:
  716. id: created
  717. table: simplenews_subscriber
  718. field: created
  719. relationship: none
  720. group_type: group
  721. admin_label: ''
  722. order: DESC
  723. exposed: false
  724. expose:
  725. label: ''
  726. granularity: second
  727. entity_type: simplenews_subscriber
  728. entity_field: created
  729. plugin_id: date
  730. title: Subscribers
  731. header:
  732. result:
  733. id: result
  734. table: views
  735. field: result
  736. relationship: none
  737. group_type: group
  738. admin_label: ''
  739. empty: false
  740. content: '@label displaying @start - @end of <strong>@total</strong> | page @current_page/@page_count'
  741. plugin_id: result
  742. footer: { }
  743. empty:
  744. area:
  745. id: area
  746. table: views
  747. field: area
  748. relationship: none
  749. group_type: group
  750. admin_label: ''
  751. empty: true
  752. tokenize: false
  753. content:
  754. value: 'No subscribers found.'
  755. format: basic_html
  756. plugin_id: text
  757. relationships: { }
  758. arguments: { }
  759. display_extenders: { }
  760. cache_metadata:
  761. contexts:
  762. - 'languages:language_content'
  763. - 'languages:language_interface'
  764. - url
  765. - url.query_args
  766. - user.permissions
  767. cacheable: false
  768. max-age: -1
  769. tags:
  770. - 'config:field.storage.simplenews_subscriber.subscriptions'
  771. page_1:
  772. display_plugin: page
  773. id: page_1
  774. display_title: Page
  775. position: 1
  776. display_options:
  777. display_extenders: { }
  778. path: admin/people/simplenews
  779. menu:
  780. type: tab
  781. title: Subscribers
  782. description: ''
  783. parent: user.admin_index
  784. weight: 11
  785. context: '0'
  786. menu_name: admin
  787. cache_metadata:
  788. contexts:
  789. - 'languages:language_content'
  790. - 'languages:language_interface'
  791. - url
  792. - url.query_args
  793. - user.permissions
  794. cacheable: false
  795. max-age: -1
  796. tags:
  797. - 'config:field.storage.simplenews_subscriber.subscriptions'