Configure blog tags & topics to mark up as categories
plus other, experimental indieweb microformat config Ref #132
This commit is contained in:
parent
a23f8f44f7
commit
b678357c3d
2 changed files with 32 additions and 8 deletions
|
@ -56,27 +56,47 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_revisions_entity_view
|
type: entity_reference_revisions_entity_view
|
||||||
region: content
|
region: content
|
||||||
|
field_meta_tags:
|
||||||
|
type: metatag_empty_formatter
|
||||||
|
weight: 8
|
||||||
|
region: content
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_tags:
|
field_tags:
|
||||||
weight: 3
|
weight: 3
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
link: true
|
microformat_class: p-category
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_label
|
type: entity_reference_label_microformat
|
||||||
region: content
|
region: content
|
||||||
field_topics:
|
field_topics:
|
||||||
type: entity_reference_label
|
type: entity_reference_label_microformat
|
||||||
weight: 2
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
link: true
|
microformat_class: p-category
|
||||||
|
third_party_settings:
|
||||||
|
ds:
|
||||||
|
ds_limit: ''
|
||||||
|
indieweb_bridgypublishtwitter:
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
indieweb_syndication:
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
links:
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
field_image: true
|
field_image: true
|
||||||
field_meta_tags: true
|
|
||||||
field_summary: true
|
field_summary: true
|
||||||
indieweb_bridgypublishtwitter: true
|
|
||||||
indieweb_syndication: true
|
|
||||||
links: true
|
|
||||||
|
|
|
@ -3,12 +3,16 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- indieweb_context
|
||||||
- menu_ui
|
- menu_ui
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
menu_ui:
|
menu_ui:
|
||||||
available_menus:
|
available_menus:
|
||||||
- main
|
- main
|
||||||
parent: 'main:'
|
parent: 'main:'
|
||||||
|
indieweb_context:
|
||||||
|
post_context_link_field: ''
|
||||||
|
post_context_post_type: ''
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 2tOuWCHTBNQL6qHpVU0Fp4sBGevWZAkXhAaPBu3HyN8
|
default_config_hash: 2tOuWCHTBNQL6qHpVU0Fp4sBGevWZAkXhAaPBu3HyN8
|
||||||
name: Blog
|
name: Blog
|
||||||
|
|
Loading…
Reference in a new issue