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
|
disable_css: false
|
||||||
entity_classes: all_classes
|
entity_classes: all_classes
|
||||||
settings:
|
settings:
|
||||||
|
label: ''
|
||||||
wrappers:
|
wrappers:
|
||||||
header: div
|
header: div
|
||||||
left: div
|
left: div
|
||||||
|
@ -56,6 +57,10 @@ third_party_settings:
|
||||||
- field_tags
|
- field_tags
|
||||||
- comment
|
- comment
|
||||||
- links
|
- links
|
||||||
|
footer:
|
||||||
|
- indieweb_syndication
|
||||||
|
- indieweb_bridgypublishtwitter
|
||||||
|
- indieweb_bridgypublishmastodon
|
||||||
fields:
|
fields:
|
||||||
node_post_date:
|
node_post_date:
|
||||||
plugin_id: node_post_date
|
plugin_id: node_post_date
|
||||||
|
@ -130,6 +135,21 @@ content:
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
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:
|
links:
|
||||||
weight: 8
|
weight: 8
|
||||||
region: middle
|
region: middle
|
||||||
|
@ -139,6 +159,5 @@ hidden:
|
||||||
body: true
|
body: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
indieweb_bridgypublishtwitter: true
|
|
||||||
indieweb_syndication: true
|
|
||||||
langcode: true
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
|
Loading…
Reference in a new issue