Enable social post facebook, social post mastodon, and especially mposse
This commit is contained in:
parent
06617fa004
commit
1f859e6ff3
37 changed files with 1089 additions and 0 deletions
144
config/core.entity_form_display.node.microblog.default.yml
Normal file
144
config/core.entity_form_display.node.microblog.default.yml
Normal file
|
|
@ -0,0 +1,144 @@
|
|||
uuid: 9be4079e-23bb-4702-85f1-5f8fd353aa01
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.microblog.field_microblog_bluesky
|
||||
- field.field.node.microblog.field_microblog_default
|
||||
- field.field.node.microblog.field_microblog_facebook
|
||||
- field.field.node.microblog.field_microblog_mastodon
|
||||
- field.field.node.microblog.field_microblog_note
|
||||
- field.field.node.microblog.field_microblog_referenced_node
|
||||
- field.field.node.microblog.field_microblog_signal
|
||||
- field.field.node.microblog.field_microblog_sms
|
||||
- field.field.node.microblog.field_microblog_twitter
|
||||
- field.field.node.microblog.field_mposse_delay
|
||||
- field.field.node.microblog.field_mposse_sent_status
|
||||
- node.type.microblog
|
||||
module:
|
||||
- path
|
||||
_core:
|
||||
default_config_hash: 82IcCGO5SfEHG4B4Xv4R5OoyBo8xf85d4hOX-3gwhak
|
||||
id: node.microblog.default
|
||||
targetEntityType: node
|
||||
bundle: microblog
|
||||
mode: default
|
||||
content:
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 7
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_microblog_bluesky:
|
||||
type: string_textarea
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
rows: 3
|
||||
placeholder: ''
|
||||
third_party_settings:
|
||||
maxlength:
|
||||
maxlength_js: 250
|
||||
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
|
||||
maxlength_js_enforce: false
|
||||
field_microblog_default:
|
||||
type: string_textarea
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
rows: 3
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_microblog_facebook:
|
||||
type: string_textarea
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
rows: 3
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_microblog_note:
|
||||
type: string_textarea
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
rows: 3
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_microblog_signal:
|
||||
type: string_textarea
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
rows: 3
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_microblog_sms:
|
||||
type: string_textarea
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
rows: 3
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_microblog_twitter:
|
||||
type: string_textarea
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
rows: 3
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_mposse_delay:
|
||||
type: options_select
|
||||
weight: 101
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 10
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 12
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
url_redirects:
|
||||
weight: 11
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
field_microblog_mastodon: true
|
||||
field_microblog_referenced_node: true
|
||||
field_mposse_delay: true
|
||||
field_mposse_sent_status: true
|
||||
title: true
|
||||
uid: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue