Configure blog posts to provide author microformats for author reference
Ref #132
This commit is contained in:
parent
f9142c0da3
commit
f0495c7042
1 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,9 @@ dependencies:
|
|||
- node.type.blog
|
||||
module:
|
||||
- comment
|
||||
- ds
|
||||
- entity_reference_revisions
|
||||
- indieweb_microformat
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: eLe_jwnmC3YVxzxyG5O3Vc3cB-yoH17iuPzsEFt3TDM
|
||||
|
@ -36,12 +38,12 @@ content:
|
|||
type: comment_default
|
||||
region: content
|
||||
field_authors:
|
||||
type: entity_reference_label
|
||||
type: entity_reference_label_microformat
|
||||
weight: 0
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
microformat_class: 'p-author h-card'
|
||||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: ''
|
||||
|
|
Loading…
Reference in a new issue