From 8e87fb620b2ed149ce0ab2e8a92e81ee95cd4688 Mon Sep 17 00:00:00 2001 From: Dana Hertzberg <59745109+danahertzberg@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:23:29 -0500 Subject: [PATCH] Closes #3850: Update Quickstart content type views to have sticky at top of lists respected (#3851) Co-authored-by: Brian Berndt <74572157+bberndt-uaz@users.noreply.github.com> --- .../config/install/views.view.az_events.yml | 51 +++- .../quickstart/views.view.az_events.yml | 49 ++++ .../config/quickstart/views.view.az_news.yml | 79 +++--- .../views.view.az_page_by_category.yml | 15 ++ .../quickstart/views.view.az_person.yml | 75 ++++++ .../views.view.az_page_by_category.yml | 249 ++++++++++-------- .../config/install/views.view.az_news.yml | 83 +++--- .../config/install/views.view.az_person.yml | 75 ++++++ .../config/install/views.view.az_reorder.yml | 84 +++++- 9 files changed, 576 insertions(+), 184 deletions(-) diff --git a/modules/custom/az_event/config/install/views.view.az_events.yml b/modules/custom/az_event/config/install/views.view.az_events.yml index 12e0ab9b44..872fdace37 100644 --- a/modules/custom/az_event/config/install/views.view.az_events.yml +++ b/modules/custom/az_event/config/install/views.view.az_events.yml @@ -91,6 +91,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 @@ -108,7 +109,6 @@ display: offset: false offset_label: Offset quantity: 3 - pagination_heading_level: h4 exposed_form: type: basic options: @@ -141,6 +141,21 @@ display: format: az_standard tokenize: false sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false field_az_event_date_value: id: field_az_event_date_value table: node__field_az_event_date @@ -437,6 +452,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 12 total_pages: null id: 0 @@ -454,7 +470,6 @@ display: offset: false offset_label: Offset quantity: 9 - pagination_heading_level: h4 sorts: field_az_event_date_value: id: field_az_event_date_value @@ -602,6 +617,21 @@ display: offset: 0 items_per_page: 3 empty: { } + sorts: + field_az_event_date_value: + id: field_az_event_date_value + table: node__field_az_event_date + field: field_az_event_date_value + relationship: none + group_type: group + admin_label: '' + plugin_id: date + order: ASC + expose: + label: '' + field_identifier: field_az_event_date_value + exposed: false + granularity: second arguments: term_node_tid_depth: id: term_node_tid_depth @@ -688,6 +718,7 @@ display: empty: false title: false pager: false + sorts: false arguments: false pager_options: false header: false @@ -736,6 +767,21 @@ display: display_plugin: page position: 1 display_options: + sorts: + field_az_event_date_value: + id: field_az_event_date_value + table: node__field_az_event_date + field: field_az_event_date_value + relationship: none + group_type: group + admin_label: '' + plugin_id: date + order: ASC + expose: + label: '' + field_identifier: field_az_event_date_value + exposed: false + granularity: second filters: status: id: status @@ -885,6 +931,7 @@ display: style: false style_options: false row: false + sorts: false filters: false filter_groups: false css_class: add-pager-top-margin diff --git a/modules/custom/az_finder/config/quickstart/views.view.az_events.yml b/modules/custom/az_finder/config/quickstart/views.view.az_events.yml index 965d73e8ca..b5190afb9e 100644 --- a/modules/custom/az_finder/config/quickstart/views.view.az_events.yml +++ b/modules/custom/az_finder/config/quickstart/views.view.az_events.yml @@ -92,6 +92,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 @@ -141,6 +142,21 @@ display: format: az_standard tokenize: false sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false field_az_event_date_value: id: field_az_event_date_value table: node__field_az_event_date @@ -885,6 +901,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 12 total_pages: null id: 0 @@ -1210,6 +1227,21 @@ display: offset: 0 items_per_page: 3 empty: { } + sorts: + field_az_event_date_value: + id: field_az_event_date_value + table: node__field_az_event_date + field: field_az_event_date_value + relationship: none + group_type: group + admin_label: '' + plugin_id: date + order: ASC + expose: + label: '' + field_identifier: field_az_event_date_value + exposed: false + granularity: second arguments: term_node_tid_depth: id: term_node_tid_depth @@ -1296,6 +1328,7 @@ display: empty: false title: false pager: false + sorts: false arguments: false pager_options: false header: false @@ -1344,6 +1377,21 @@ display: display_plugin: page position: 1 display_options: + sorts: + field_az_event_date_value: + id: field_az_event_date_value + table: node__field_az_event_date + field: field_az_event_date_value + relationship: none + group_type: group + admin_label: '' + plugin_id: date + order: ASC + expose: + label: '' + field_identifier: field_az_event_date_value + exposed: false + granularity: second filters: status: id: status @@ -1493,6 +1541,7 @@ display: style: false style_options: false row: false + sorts: false filters: false filter_groups: false css_class: add-pager-top-margin diff --git a/modules/custom/az_finder/config/quickstart/views.view.az_news.yml b/modules/custom/az_finder/config/quickstart/views.view.az_news.yml index d792289e00..7d4002093d 100644 --- a/modules/custom/az_finder/config/quickstart/views.view.az_news.yml +++ b/modules/custom/az_finder/config/quickstart/views.view.az_news.yml @@ -124,6 +124,21 @@ display: options: { } empty: { } sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: sticky + exposed: false field_az_published_value: id: field_az_published_value table: node__field_az_published @@ -265,36 +280,6 @@ display: options: offset: 0 items_per_page: 1 - sorts: - sticky: - id: sticky - table: node_field_data - field: sticky - relationship: none - group_type: group - admin_label: '' - entity_type: node - entity_field: sticky - plugin_id: standard - order: DESC - expose: - label: '' - field_identifier: sticky - exposed: false - field_az_published_value: - id: field_az_published_value - table: node__field_az_published - field: field_az_published_value - relationship: none - group_type: group - admin_label: '' - plugin_id: datetime - order: DESC - expose: - label: '' - field_identifier: field_az_published_value - exposed: false - granularity: second style: type: default options: @@ -311,7 +296,7 @@ display: style: false style_options: false row: false - sorts: false + sorts: true pager_options: false display_description: '' pager_options: null @@ -1139,6 +1124,37 @@ display: options: offset: 0 items_per_page: 3 + sorts: + field_az_published_value: + id: field_az_published_value + table: node__field_az_published + field: field_az_published_value + relationship: none + group_type: group + admin_label: '' + plugin_id: datetime + order: DESC + expose: + label: '' + field_identifier: field_az_published_value + exposed: false + granularity: second + created: + id: created + table: node_field_data + field: created + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: created + plugin_id: date + order: DESC + expose: + label: '' + field_identifier: created + exposed: false + granularity: second arguments: term_node_tid_depth: id: term_node_tid_depth @@ -1266,6 +1282,7 @@ display: pager: false style: false row: false + sorts: false arguments: false filters: false filter_groups: false diff --git a/modules/custom/az_finder/config/quickstart/views.view.az_page_by_category.yml b/modules/custom/az_finder/config/quickstart/views.view.az_page_by_category.yml index 029f13a6ba..2db1855554 100644 --- a/modules/custom/az_finder/config/quickstart/views.view.az_page_by_category.yml +++ b/modules/custom/az_finder/config/quickstart/views.view.az_page_by_category.yml @@ -186,6 +186,21 @@ display: format: az_standard tokenize: false sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false title: id: title table: node_field_data diff --git a/modules/custom/az_finder/config/quickstart/views.view.az_person.yml b/modules/custom/az_finder/config/quickstart/views.view.az_person.yml index be64cbb392..6b3e06bc46 100644 --- a/modules/custom/az_finder/config/quickstart/views.view.az_person.yml +++ b/modules/custom/az_finder/config/quickstart/views.view.az_person.yml @@ -588,6 +588,21 @@ display: separator: ', ' field_api_classes: false sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false weight: id: weight table: draggableviews_structure @@ -743,6 +758,21 @@ display: separator: ', ' field_api_classes: false sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false weight: id: weight table: draggableviews_structure @@ -1683,6 +1713,21 @@ display: empty_zero: false hide_alter_empty: false sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false weight: id: weight table: draggableviews_structure @@ -2632,6 +2677,21 @@ display: empty_zero: false hide_alter_empty: false sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false weight: id: weight table: draggableviews_structure @@ -2730,6 +2790,21 @@ display: position: 3 display_options: sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false weight: id: weight table: draggableviews_structure diff --git a/modules/custom/az_flexible_page/config/install/views.view.az_page_by_category.yml b/modules/custom/az_flexible_page/config/install/views.view.az_page_by_category.yml index 7eebedb51d..2db7d13241 100644 --- a/modules/custom/az_flexible_page/config/install/views.view.az_page_by_category.yml +++ b/modules/custom/az_flexible_page/config/install/views.view.az_page_by_category.yml @@ -22,73 +22,12 @@ base_table: node_field_data base_field: nid display: default: - display_plugin: default id: default display_title: Master + display_plugin: default position: 0 display_options: - access: - type: perm - options: - perm: 'access content' - cache: - type: tag - options: { } - query: - type: views_query - options: - disable_sql_rewrite: false - distinct: false - replica: false - query_comment: '' - query_tags: { } - exposed_form: - type: basic - options: - submit_button: Apply - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - pager: - type: full - options: - items_per_page: 50 - offset: 0 - id: 0 - total_pages: null - tags: - previous: '‹ Previous' - next: 'Next ›' - first: '« First' - last: 'Last »' - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - quantity: 9 - pagination_heading_level: h4 - style: - type: default - options: - grouping: - - - field: field_az_page_category - rendered: true - rendered_strip: true - row_class: '' - default_row_class: false - uses_fields: true - row: - type: 'entity:node' - options: - view_mode: teaser + title: '' fields: field_az_page_category: id: field_az_page_category @@ -97,6 +36,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: '' exclude: false alter: @@ -152,34 +92,62 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field - filters: - status: - value: '1' - table: node_field_data - field: status - plugin_id: boolean - entity_type: node - entity_field: status - id: status + pager: + type: full + options: + offset: 0 + pagination_heading_level: h4 + items_per_page: 50 + total_pages: null + id: 0 + tags: + next: 'Next ›' + previous: '‹ Previous' + first: '« First' + last: 'Last »' expose: - operator: '' - operator_limit_selection: false - operator_list: { } - group: 1 - type: - id: type + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + quantity: 9 + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + empty: { } + sorts: + sticky: + id: sticky table: node_field_data - field: type - value: - az_flexible_page: az_flexible_page + field: sticky + relationship: none + group_type: group + admin_label: '' entity_type: node - entity_field: type - plugin_id: bundle + entity_field: sticky + plugin_id: standard + order: DESC expose: - operator_limit_selection: false - operator_list: { } - sorts: + label: '' + field_identifier: '' + exposed: false title: id: title table: node_field_data @@ -187,19 +155,14 @@ display: relationship: none group_type: group admin_label: '' + entity_type: node + entity_field: title + plugin_id: standard order: ASC - exposed: false expose: label: '' field_identifier: title - entity_type: node - entity_field: title - plugin_id: standard - title: '' - header: { } - footer: { } - empty: { } - relationships: { } + exposed: false arguments: tid: id: tid @@ -208,6 +171,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: taxonomy_index_tid default_action: ignore exception: value: all @@ -221,8 +185,8 @@ display: summary_options: base_path: '' count: true - items_per_page: 25 override: false + items_per_page: 25 summary: sort_order: asc number_of_records: 0 @@ -234,16 +198,67 @@ display: validate_options: bundles: az_page_categories: az_page_categories + access: false operation: view multiple: 1 - access: false break_phrase: true add_table: false require_value: false reduce_duplicates: true - plugin_id: taxonomy_index_tid - display_extenders: { } + filters: + status: + id: status + table: node_field_data + field: status + entity_type: node + entity_field: status + plugin_id: boolean + value: '1' + group: 1 + expose: + operator: '' + operator_limit_selection: false + operator_list: { } + type: + id: type + table: node_field_data + field: type + entity_type: node + entity_field: type + plugin_id: bundle + value: + az_flexible_page: az_flexible_page + expose: + operator_limit_selection: false + operator_list: { } + style: + type: default + options: + grouping: + - + field: field_az_page_category + rendered: true + rendered_strip: true + row_class: '' + default_row_class: false + uses_fields: true + row: + type: 'entity:node' + options: + view_mode: teaser + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + relationships: { } group_by: false + header: { } + footer: { } + display_extenders: { } cache_metadata: max-age: -1 contexts: @@ -256,13 +271,11 @@ display: tags: - 'config:field.storage.node.field_az_page_category' grid: - display_plugin: page id: grid display_title: 'Grid Page' + display_plugin: page position: 2 display_options: - display_extenders: { } - display_description: '' style: type: views_bootstrap_grid options: @@ -275,16 +288,18 @@ display: col_md: col-md-4 col_lg: col-lg-4 col_xl: col-xl-4 - defaults: - style: false - row: false - style_options: false row: type: 'entity:node' options: relationship: none view_mode: az_card + defaults: + style: false + style_options: false + row: false + display_description: '' style_options: null + display_extenders: { } path: page-grid cache_metadata: max-age: -1 @@ -298,32 +313,32 @@ display: tags: - 'config:field.storage.node.field_az_page_category' row: - display_plugin: page id: row display_title: 'Row Page' + display_plugin: page position: 1 display_options: - display_extenders: { } - path: page-list - display_description: '' style: type: default options: row_class: '' default_row_class: false uses_fields: false - defaults: - css_class: false - style: false - row: false - style_options: false - css_class: add-pager-top-margin row: type: 'entity:node' options: relationship: none view_mode: az_row + defaults: + css_class: false + style: false + style_options: false + row: false + css_class: add-pager-top-margin + display_description: '' style_options: null + display_extenders: { } + path: page-list cache_metadata: max-age: -1 contexts: diff --git a/modules/custom/az_news/config/install/views.view.az_news.yml b/modules/custom/az_news/config/install/views.view.az_news.yml index 5a7602780c..e88097093f 100644 --- a/modules/custom/az_news/config/install/views.view.az_news.yml +++ b/modules/custom/az_news/config/install/views.view.az_news.yml @@ -122,6 +122,21 @@ display: options: { } empty: { } sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false field_az_published_value: id: field_az_published_value table: node__field_az_published @@ -149,7 +164,7 @@ display: order: DESC expose: label: '' - field_identifier: created + field_identifier: '' exposed: false granularity: second arguments: @@ -263,36 +278,6 @@ display: options: offset: 0 items_per_page: 1 - sorts: - sticky: - id: sticky - table: node_field_data - field: sticky - relationship: none - group_type: group - admin_label: '' - entity_type: node - entity_field: sticky - plugin_id: standard - order: DESC - expose: - label: '' - field_identifier: sticky - exposed: false - field_az_published_value: - id: field_az_published_value - table: node__field_az_published - field: field_az_published_value - relationship: none - group_type: group - admin_label: '' - plugin_id: datetime - order: DESC - expose: - label: '' - field_identifier: field_az_published_value - exposed: false - granularity: second style: type: default options: @@ -309,7 +294,7 @@ display: style: false style_options: false row: false - sorts: false + sorts: true pager_options: false display_description: '' pager_options: null @@ -632,6 +617,37 @@ display: options: offset: 0 items_per_page: 3 + sorts: + field_az_published_value: + id: field_az_published_value + table: node__field_az_published + field: field_az_published_value + relationship: none + group_type: group + admin_label: '' + plugin_id: datetime + order: DESC + expose: + label: '' + field_identifier: field_az_published_value + exposed: false + granularity: second + created: + id: created + table: node_field_data + field: created + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: created + plugin_id: date + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false + granularity: second arguments: term_node_tid_depth: id: term_node_tid_depth @@ -759,6 +775,7 @@ display: pager: false style: false row: false + sorts: false arguments: false filters: false filter_groups: false @@ -918,7 +935,7 @@ display: filter_groups: false display_description: '' display_extenders: { } - block_description: 'Sidebar News Block' + block_description: 'Small Row News Block' cache_metadata: max-age: -1 contexts: diff --git a/modules/custom/az_person/config/install/views.view.az_person.yml b/modules/custom/az_person/config/install/views.view.az_person.yml index 027c5e32fc..14bfba2534 100644 --- a/modules/custom/az_person/config/install/views.view.az_person.yml +++ b/modules/custom/az_person/config/install/views.view.az_person.yml @@ -377,6 +377,21 @@ display: separator: ', ' field_api_classes: false sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false weight: id: weight table: draggableviews_structure @@ -530,6 +545,21 @@ display: separator: ', ' field_api_classes: false sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false weight: id: weight table: draggableviews_structure @@ -1469,6 +1499,21 @@ display: empty_zero: false hide_alter_empty: false sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false weight: id: weight table: draggableviews_structure @@ -2417,6 +2462,21 @@ display: empty_zero: false hide_alter_empty: false sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false weight: id: weight table: draggableviews_structure @@ -2514,6 +2574,21 @@ display: position: 3 display_options: sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false weight: id: weight table: draggableviews_structure diff --git a/modules/custom/az_person/config/install/views.view.az_reorder.yml b/modules/custom/az_person/config/install/views.view.az_reorder.yml index 0ecdb063e7..bb19333f63 100644 --- a/modules/custom/az_person/config/install/views.view.az_reorder.yml +++ b/modules/custom/az_person/config/install/views.view.az_reorder.yml @@ -206,6 +206,73 @@ display: action_title: Action include_exclude: exclude selected_actions: null + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: field + label: 'Sticky at top of lists' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: boolean + settings: + format: yes-no + format_custom_false: '' + format_custom_true: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false pager: type: none options: @@ -230,6 +297,21 @@ display: options: { } empty: { } sorts: + sticky: + id: sticky + table: node_field_data + field: sticky + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false weight: id: weight table: draggableviews_structure @@ -390,7 +472,7 @@ display: plugin_id: text empty: true content: - value: '

Note: Changing the sort order will override default alphabetical ordering.

' + value: "

Note: Changing the sort order will override default alphabetical ordering.

\r\n

Note: Sticky at top of lists option is set on the specific person.

" format: az_standard tokenize: false footer: