Skip to content

Commit

Permalink
Re-save and re-export existing views configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Samboy committed Nov 13, 2024
1 parent 26e686d commit 3e20a18
Showing 1 changed file with 4 additions and 133 deletions.
137 changes: 4 additions & 133 deletions modules/custom/az_person/config/install/views.view.az_person.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies:
- field.storage.node.field_az_media_image
- field.storage.node.field_az_person_category
- field.storage.node.field_az_phones
- field.storage.node.field_az_suffix
- field.storage.node.field_az_titles
- node.type.az_person
- taxonomy.vocabulary.az_person_categories
Expand Down Expand Up @@ -737,69 +736,6 @@ display:
text: 'View full profile'
output_url_as_text: false
absolute: false
field_az_suffix:
id: field_az_suffix
table: node__field_az_suffix
field: field_az_suffix
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: ''
exclude: true
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: false
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: string
settings:
link_to_entity: false
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
title:
id: title
table: node_field_data
Expand All @@ -814,7 +750,7 @@ display:
exclude: true
alter:
alter_text: true
text: '<h3 class="h5 mt-0 text-blue">{{ title }}{% if (field_az_suffix | length > 0) %}, {{ field_az_suffix }}{% endif %}</h3>'
text: '<h3 class="h5 mt-0 text-blue">{{ title }}</h3>'
make_link: false
path: ''
absolute: false
Expand Down Expand Up @@ -879,7 +815,7 @@ display:
exclude: true
alter:
alter_text: true
text: '<h3 class="text-blue my-0">{{ title_1 }}{% if (field_az_suffix | length > 0) %}, {{ field_az_suffix }}{% endif %}</h3>'
text: '<h3 class="text-blue my-0">{{ title_1 }}</h3>'
make_link: false
path: ''
absolute: false
Expand Down Expand Up @@ -1557,7 +1493,6 @@ display:
- 'config:field.storage.node.field_az_email'
- 'config:field.storage.node.field_az_media_image'
- 'config:field.storage.node.field_az_phones'
- 'config:field.storage.node.field_az_suffix'
- 'config:field.storage.node.field_az_titles'
grid_modal_3cols:
id: grid_modal_3cols
Expand Down Expand Up @@ -1685,69 +1620,6 @@ display:
text: 'View full profile'
output_url_as_text: false
absolute: false
field_az_suffix:
id: field_az_suffix
table: node__field_az_suffix
field: field_az_suffix
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: ''
exclude: true
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: false
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: string
settings:
link_to_entity: false
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
title:
id: title
table: node_field_data
Expand All @@ -1762,7 +1634,7 @@ display:
exclude: true
alter:
alter_text: true
text: '<h3 class="h5 mt-0 text-blue">{{ title }}{% if (field_az_suffix | length > 0) %}, {{ field_az_suffix }}{% endif %}</h3>'
text: '<h3 class="h5 mt-0 text-blue">{{ title }}</h3>'
make_link: false
path: ''
absolute: false
Expand Down Expand Up @@ -1827,7 +1699,7 @@ display:
exclude: true
alter:
alter_text: true
text: '<h3 class="text-blue my-0">{{ title_1 }}{% if (field_az_suffix | length > 0) %}, {{ field_az_suffix }}{% endif %}</h3>'
text: '<h3 class="text-blue my-0">{{ title_1 }}</h3>'
make_link: false
path: ''
absolute: false
Expand Down Expand Up @@ -2505,7 +2377,6 @@ display:
- 'config:field.storage.node.field_az_email'
- 'config:field.storage.node.field_az_media_image'
- 'config:field.storage.node.field_az_phones'
- 'config:field.storage.node.field_az_suffix'
- 'config:field.storage.node.field_az_titles'
row:
id: row
Expand Down

0 comments on commit 3e20a18

Please sign in to comment.