Include (hidden) Indieweb fields for syndicating to Mastodon, Twitter
This commit is contained in:
parent
2c08a09cc5
commit
c69eb0b9ea
1 changed files with 21 additions and 2 deletions
|
@ -31,6 +31,7 @@ third_party_settings:
|
|||
disable_css: false
|
||||
entity_classes: all_classes
|
||||
settings:
|
||||
label: ''
|
||||
wrappers:
|
||||
header: div
|
||||
left: div
|
||||
|
@ -56,6 +57,10 @@ third_party_settings:
|
|||
- field_tags
|
||||
- comment
|
||||
- links
|
||||
footer:
|
||||
- indieweb_syndication
|
||||
- indieweb_bridgypublishtwitter
|
||||
- indieweb_bridgypublishmastodon
|
||||
fields:
|
||||
node_post_date:
|
||||
plugin_id: node_post_date
|
||||
|
@ -130,6 +135,21 @@ content:
|
|||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
indieweb_bridgypublishmastodon:
|
||||
weight: 11
|
||||
region: footer
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
indieweb_bridgypublishtwitter:
|
||||
weight: 10
|
||||
region: footer
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
indieweb_syndication:
|
||||
weight: 9
|
||||
region: footer
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
links:
|
||||
weight: 8
|
||||
region: middle
|
||||
|
@ -139,6 +159,5 @@ hidden:
|
|||
body: true
|
||||
field_meta_tags: true
|
||||
field_summary: true
|
||||
indieweb_bridgypublishtwitter: true
|
||||
indieweb_syndication: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
|
|
Loading…
Reference in a new issue