Configure authors field to display as inotherwords list

Ref #239
This commit is contained in:
Keegan Rankin 2023-07-13 16:37:57 -07:00
parent eeadf9a0b6
commit fdfc3712ff

View file

@ -20,6 +20,7 @@ dependencies:
- ds - ds
- entity_reference_revisions - entity_reference_revisions
- indieweb_microformat - indieweb_microformat
- inotherwords
- user - user
_core: _core:
default_config_hash: eLe_jwnmC3YVxzxyG5O3Vc3cB-yoH17iuPzsEFt3TDM default_config_hash: eLe_jwnmC3YVxzxyG5O3Vc3cB-yoH17iuPzsEFt3TDM
@ -38,10 +39,15 @@ content:
weight: 4 weight: 4
region: content region: content
field_authors: field_authors:
type: entity_reference_label_microformat type: inotherwords_list
label: hidden label: hidden
settings: settings:
microformat_class: 'p-author h-card' link: '1'
series_join: ', '
series_final_join: ' and '
oxford_comma: '1'
text_before: 'Authored by '
text_after: ''
third_party_settings: third_party_settings:
ds: ds:
ds_limit: '' ds_limit: ''