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
|
- node.type.blog
|
||||||
module:
|
module:
|
||||||
- comment
|
- comment
|
||||||
|
- ds
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
|
- indieweb_microformat
|
||||||
- user
|
- user
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: eLe_jwnmC3YVxzxyG5O3Vc3cB-yoH17iuPzsEFt3TDM
|
default_config_hash: eLe_jwnmC3YVxzxyG5O3Vc3cB-yoH17iuPzsEFt3TDM
|
||||||
|
@ -36,12 +38,12 @@ content:
|
||||||
type: comment_default
|
type: comment_default
|
||||||
region: content
|
region: content
|
||||||
field_authors:
|
field_authors:
|
||||||
type: entity_reference_label
|
type: entity_reference_label_microformat
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
link: true
|
microformat_class: 'p-author h-card'
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
ds:
|
ds:
|
||||||
ds_limit: ''
|
ds_limit: ''
|
||||||
|
|
Loading…
Reference in a new issue