Skip to content

Commit

Permalink
VACMS-15721: added description field for alert blocks view and browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Dunn committed Oct 31, 2023
1 parent e2374ba commit c110508
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 2 deletions.
65 changes: 65 additions & 0 deletions config/sync/views.view.custom_block_entity_browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,71 @@ display:
empty_zero: false
hide_alter_empty: true
use_field_cardinality: true
info:
id: info
table: block_content_field_data
field: info
relationship: none
group_type: group
admin_label: ''
entity_type: block_content
entity_field: info
plugin_id: field
label: Description
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: 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
status:
id: status
table: block_content_field_data
Expand Down
4 changes: 2 additions & 2 deletions config/sync/views.view.va_blocks_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1353,8 +1353,8 @@ display:
entity_type: block_content
entity_field: info
plugin_id: field
label: ''
exclude: true
label: Description
exclude: false
alter:
alter_text: false
text: ''
Expand Down

0 comments on commit c110508

Please sign in to comment.