Compare commits
No commits in common. "415026b31766d19214545cb90fb8a50132373445" and "39ee339cec881c1ad74d37c2ccfa5279de04bbe1" have entirely different histories.
415026b317
...
39ee339cec
410 changed files with 2388 additions and 32644 deletions
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
cd /var/www/html/web/themes/custom/agarica/patternlibrary
|
|
||||||
npm run watch
|
|
||||||
|
|
@ -13,7 +13,7 @@ database:
|
||||||
version: "10.5"
|
version: "10.5"
|
||||||
nfs_mount_enabled: false
|
nfs_mount_enabled: false
|
||||||
mutagen_enabled: false
|
mutagen_enabled: false
|
||||||
webimage_extra_packages: [rake, sassc, libatomic1]
|
webimage_extra_packages: [rake, sassc]
|
||||||
use_dns_when_possible: true
|
use_dns_when_possible: true
|
||||||
composer_version: "2"
|
composer_version: "2"
|
||||||
web_environment: []
|
web_environment: []
|
||||||
|
|
|
||||||
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -12,6 +12,12 @@ web/README.md
|
||||||
## So far we are using custom modules for migration only, which wouldn't technically
|
## So far we are using custom modules for migration only, which wouldn't technically
|
||||||
## ever be required on the platform.
|
## ever be required on the platform.
|
||||||
web/themes/contrib
|
web/themes/contrib
|
||||||
|
web/themes/custom/*/*.php
|
||||||
|
web/themes/custom/*/*.js
|
||||||
|
## Temporarily allow deployment of .theme (PHP) files
|
||||||
|
## See web/themes/custom/agarica/agarica.theme
|
||||||
|
# web/themes/custom/*/*.theme
|
||||||
|
web/themes/custom/*/src
|
||||||
vendor/
|
vendor/
|
||||||
|
|
||||||
## Ignore folder for SQL dumps
|
## Ignore folder for SQL dumps
|
||||||
|
|
|
||||||
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
[submodule "web/themes/custom/agarica/patternlibrary"]
|
||||||
|
path = web/themes/custom/agarica/patternlibrary
|
||||||
|
url = git@git.agaric.com:agaric/patternlibrary.git
|
||||||
|
branch = master
|
||||||
11
config/auto_entitylabel.settings.node.microblog.yml
Normal file
11
config/auto_entitylabel.settings.node.microblog.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: Cu2-s9-0MWqW4_uPQ730ew60COymFfS726t-Rct0MQU
|
||||||
|
status: 1
|
||||||
|
pattern: '[node:field_microblog_default:value]'
|
||||||
|
escape: false
|
||||||
|
preserve_titles: false
|
||||||
|
save: false
|
||||||
|
chunk: 50
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.microblog
|
||||||
|
|
@ -6,7 +6,7 @@ dependencies:
|
||||||
- views.view.related_content
|
- views.view.related_content
|
||||||
module:
|
module:
|
||||||
- block_visibility_groups
|
- block_visibility_groups
|
||||||
- node
|
- ctools
|
||||||
- views
|
- views
|
||||||
theme:
|
theme:
|
||||||
- agarica
|
- agarica
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
uuid: 22c9a786-73a7-4ea2-bec8-d47a26b454f7
|
uuid: 22c9a786-73a7-4ea2-bec8-d47a26b454f7
|
||||||
langcode: en
|
langcode: en
|
||||||
status: false
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- views.view.search
|
- views.view.search
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
uuid: 5a4e2d89-ac8b-4692-ba63-5ec690cf1a59
|
uuid: 5a4e2d89-ac8b-4692-ba63-5ec690cf1a59
|
||||||
langcode: en
|
langcode: en
|
||||||
status: false
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- views.view.search
|
- views.view.search
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ dependencies:
|
||||||
module:
|
module:
|
||||||
- block_content
|
- block_content
|
||||||
- block_visibility_groups
|
- block_visibility_groups
|
||||||
|
- ctools
|
||||||
- node
|
- node
|
||||||
theme:
|
theme:
|
||||||
- agarica
|
- agarica
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,871 @@
|
||||||
|
uuid: 5f18b58d-90dd-4c37-b2df-2ef68185873a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- drutopia_microblog
|
||||||
|
id: config_sync.module.drutopia_microblog
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: drutopia_microblog
|
||||||
|
items:
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: auto_entitylabel.settings.node.microblog
|
||||||
|
data:
|
||||||
|
status: 1
|
||||||
|
pattern: '[node:field_microblog_default:value]'
|
||||||
|
escape: false
|
||||||
|
preserve_titles: false
|
||||||
|
save: false
|
||||||
|
chunk: 50
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: Cu2-s9-0MWqW4_uPQ730ew60COymFfS726t-Rct0MQU
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: core.base_field_override.node.microblog.promote
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.microblog.promote
|
||||||
|
field_name: promote
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: 'Promoted to front page'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: 'On'
|
||||||
|
off_label: 'Off'
|
||||||
|
field_type: boolean
|
||||||
|
_core:
|
||||||
|
default_config_hash: fwQ4RBr0fIoItsZA-4VDPg0ymh0Kdq5rHyS49T5SFqQ
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: core.base_field_override.node.microblog.status
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.microblog.status
|
||||||
|
field_name: status
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Published
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: 'On'
|
||||||
|
off_label: 'Off'
|
||||||
|
field_type: boolean
|
||||||
|
_core:
|
||||||
|
default_config_hash: w3LPC-lk3KbZKMEcgbc11TFxQSjmz1FbgBqJuv8fjgI
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: core.base_field_override.node.microblog.title
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.microblog.title
|
||||||
|
field_name: title
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: 'Internal listings label'
|
||||||
|
description: ''
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
_core:
|
||||||
|
default_config_hash: lArsATTr14_4WtV3LGkTzAisK-OE9-xNYCZuolmufiU
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: core.entity_form_display.node.microblog.default
|
||||||
|
data:
|
||||||
|
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_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
|
||||||
|
- node.type.microblog
|
||||||
|
- field.field.node.microblog.field_mposse_delay
|
||||||
|
- field.field.node.microblog.field_mposse_sent_status
|
||||||
|
module:
|
||||||
|
- path
|
||||||
|
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: { }
|
||||||
|
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: { }
|
||||||
|
field_mposse_delay:
|
||||||
|
type: options_select
|
||||||
|
weight: 101
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
field_microblog_referenced_node: true
|
||||||
|
title: true
|
||||||
|
uid: true
|
||||||
|
field_mposse_sent_status: true
|
||||||
|
_core:
|
||||||
|
default_config_hash: 82IcCGO5SfEHG4B4Xv4R5OoyBo8xf85d4hOX-3gwhak
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: core.entity_view_display.node.microblog.default
|
||||||
|
data:
|
||||||
|
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_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
|
||||||
|
- node.type.microblog
|
||||||
|
- field.field.node.microblog.field_mposse_delay
|
||||||
|
- field.field.node.microblog.field_mposse_sent_status
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
- options
|
||||||
|
id: node.microblog.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: microblog
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_microblog_bluesky:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
field_microblog_default:
|
||||||
|
type: string
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_microblog_facebook:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
field_microblog_note:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_microblog_signal:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
field_microblog_sms:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
field_microblog_twitter:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
indieweb_syndication:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
field_microblog_referenced_node: true
|
||||||
|
links: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
field_mposse_sent_status: true
|
||||||
|
field_mposse_delay: true
|
||||||
|
_core:
|
||||||
|
default_config_hash: ElRVYwlWOxVXYuwO12WN3XgEi5PTP5npiK0OZgqEiJQ
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: core.entity_view_display.node.microblog.teaser
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.teaser
|
||||||
|
- 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_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
|
||||||
|
- node.type.microblog
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: node.microblog.teaser
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: microblog
|
||||||
|
mode: teaser
|
||||||
|
content:
|
||||||
|
field_microblog_default:
|
||||||
|
type: string
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
field_microblog_bluesky: true
|
||||||
|
field_microblog_facebook: true
|
||||||
|
field_microblog_note: true
|
||||||
|
field_microblog_referenced_node: true
|
||||||
|
field_microblog_signal: true
|
||||||
|
field_microblog_sms: true
|
||||||
|
field_microblog_twitter: true
|
||||||
|
indieweb_syndication: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
_core:
|
||||||
|
default_config_hash: xCiDDUIhEC91h3I-LnB1jCxoheoPA1opK_2tu834pVw
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.field.node.microblog.field_microblog_bluesky
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_bluesky
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.microblog.field_microblog_bluesky
|
||||||
|
field_name: field_microblog_bluesky
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Bluesky
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
_core:
|
||||||
|
default_config_hash: SXUJEgxYTnESokjsXhgI7MAfbF0utmiaS_3qtAl0g9o
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.field.node.microblog.field_microblog_default
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_default
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.microblog.field_microblog_default
|
||||||
|
field_name: field_microblog_default
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Default
|
||||||
|
description: 'This version of your microblog post will be used on this website and any other places it pushes to which are not given alternate versions below.'
|
||||||
|
required: true
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
_core:
|
||||||
|
default_config_hash: MzymBbLTbE2MPOJGWWG0slV2XdE8LAZ82rcwwKdm5tw
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.field.node.microblog.field_microblog_facebook
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_facebook
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.microblog.field_microblog_facebook
|
||||||
|
field_name: field_microblog_facebook
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Facebook
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
_core:
|
||||||
|
default_config_hash: ftE0Qszi0KIw2ZKpYPXNVHtnKI4_hYATIQw9KDGFonA
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.field.node.microblog.field_microblog_mastodon
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_mastodon
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.microblog.field_microblog_mastodon
|
||||||
|
field_name: field_microblog_mastodon
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Mastodon
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
_core:
|
||||||
|
default_config_hash: 7QtXFNWlhxA5HOVV8vQrJy_wNc2yYVAXPV32x2JGlYw
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.field.node.microblog.field_microblog_note
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_note
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.microblog.field_microblog_note
|
||||||
|
field_name: field_microblog_note
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: 'ActivityStream note (Mastodon toot etc)'
|
||||||
|
description: "If you want your microblog post to have a minor variation when it goes to an ActivityPub supporting server, such as a Mastodon instance, edit it here. For example, to replace a person's name with their @mention@instance.example user."
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
_core:
|
||||||
|
default_config_hash: LU6_UqhwmPYbDmxYcj1p2wbrbBVD79DRZXE6H4m0GsE
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.field.node.microblog.field_microblog_referenced_node
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_referenced_node
|
||||||
|
- node.type.microblog
|
||||||
|
- node.type.article
|
||||||
|
id: node.microblog.field_microblog_referenced_node
|
||||||
|
field_name: field_microblog_referenced_node
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: 'Referenced node'
|
||||||
|
description: 'Content to link your microblog post to.'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:node'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
microblog: microblog
|
||||||
|
article: article
|
||||||
|
sort:
|
||||||
|
field: _none
|
||||||
|
direction: ASC
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: microblog
|
||||||
|
field_type: entity_reference
|
||||||
|
_core:
|
||||||
|
default_config_hash: geiaeJOF4zI_iTq4VQuWP-AexyVFx2dvI4sLZ4vdF8E
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.field.node.microblog.field_microblog_signal
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_signal
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.microblog.field_microblog_signal
|
||||||
|
field_name: field_microblog_signal
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Signal
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
_core:
|
||||||
|
default_config_hash: oohDqtqU6UlmUyh8uwm985L26xl0UpPSTHJeaNqVkSE
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.field.node.microblog.field_microblog_sms
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_sms
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.microblog.field_microblog_sms
|
||||||
|
field_name: field_microblog_sms
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: SMS
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
_core:
|
||||||
|
default_config_hash: LDclPy8VJhBOFyE40i3AgXs3d0TPamDcwMFIM22bmfc
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.field.node.microblog.field_microblog_twitter
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_twitter
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.microblog.field_microblog_twitter
|
||||||
|
field_name: field_microblog_twitter
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Twitter
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
_core:
|
||||||
|
default_config_hash: amohM5Oa3atfGBBNn6JoChV7jQ8lXng3TOxU-CaqDKY
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.storage.node.field_microblog_bluesky
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_microblog_bluesky
|
||||||
|
field_name: field_microblog_bluesky
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 500
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: Tqv2067kK1yWmJ6qDJBLetDdsb_qqPiEvVgWOsQISKE
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.storage.node.field_microblog_default
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_microblog_default
|
||||||
|
field_name: field_microblog_default
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 1020
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: hPNwT9B0p-WcLtyJwPVg8dqvAONqkCFnu6Hn16BO1B4
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.storage.node.field_microblog_facebook
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_microblog_facebook
|
||||||
|
field_name: field_microblog_facebook
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 1020
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: 16lwuDOmWKGOHbmNIEe7Dc2smOW-QV16FjexiXTiRXA
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.storage.node.field_microblog_mastodon
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_microblog_mastodon
|
||||||
|
field_name: field_microblog_mastodon
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 500
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: deoC5DYUw1PGD9CkjllaParY9QyBNubggpOeUsdLizI
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.storage.node.field_microblog_note
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_microblog_note
|
||||||
|
field_name: field_microblog_note
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 1020
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: DcHKshATPwxZNjtAkQckjgWY-1-k2d97S8AxcN-G8mo
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.storage.node.field_microblog_referenced_node
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_microblog_referenced_node
|
||||||
|
field_name: field_microblog_referenced_node
|
||||||
|
entity_type: node
|
||||||
|
type: entity_reference
|
||||||
|
settings:
|
||||||
|
target_type: node
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: T9-v-Bce2qCPz4VsmF7NRaX_zTbGejw13decUnh-49w
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.storage.node.field_microblog_signal
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_microblog_signal
|
||||||
|
field_name: field_microblog_signal
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 1020
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: rFbwUx4FQvBuyv9KiNpDDXluuHPDuZQ1Jbrfnefu0iE
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.storage.node.field_microblog_sms
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_microblog_sms
|
||||||
|
field_name: field_microblog_sms
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 1020
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: a0w3vsFQh59OpwBu9gclAx9Bgni4R8pUhMLXn59FhrY
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.storage.node.field_microblog_twitter
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_microblog_twitter
|
||||||
|
field_name: field_microblog_twitter
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 1020
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: TTRD8eM6dNhXFzrCX-bLfn_XuVepJYO7DWuHzbSCERU
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: node.type.microblog
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- indieweb_context
|
||||||
|
- menu_ui
|
||||||
|
third_party_settings:
|
||||||
|
indieweb_context:
|
||||||
|
post_context_link_field: ''
|
||||||
|
post_context_post_type: ''
|
||||||
|
menu_ui:
|
||||||
|
available_menus: { }
|
||||||
|
parent: ''
|
||||||
|
name: Microblog
|
||||||
|
type: microblog
|
||||||
|
description: 'A short note or status update without title or complex data structure. Suitable for pushing to text messages and syndicating to social media as well as posting to this site itself.'
|
||||||
|
help: ''
|
||||||
|
new_revision: true
|
||||||
|
preview_mode: 0
|
||||||
|
display_submitted: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: lZLSy9426p6hMuLFTkunFTLI5oqFxmczeI-TJpb8XFo
|
||||||
303
config/config_snapshot.snapshot.config_sync.module.mposse.yml
Normal file
303
config/config_snapshot.snapshot.config_sync.module.mposse.yml
Normal file
|
|
@ -0,0 +1,303 @@
|
||||||
|
uuid: a1d34d36-7d71-4b14-b9d2-6ccab7166fb2
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- mposse
|
||||||
|
id: config_sync.module.mposse
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: mposse
|
||||||
|
items:
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: core.entity_form_display.node.microblog.mposse_inline_microblog
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_form_mode.node.mposse_inline_microblog
|
||||||
|
- field.field.node.microblog.field_mposse_delay
|
||||||
|
- 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_sent_status
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: 82IcCGO5SfEHG4B4Xv4R5OoyBo8xf85d4hOX-3gwhak
|
||||||
|
id: node.microblog.mposse_inline_microblog
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: microblog
|
||||||
|
mode: mposse_inline_microblog
|
||||||
|
content:
|
||||||
|
field_mposse_delay:
|
||||||
|
type: options_select
|
||||||
|
weight: 8
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
field_microblog_bluesky:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 5
|
||||||
|
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: 4
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_microblog_mastodon:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings:
|
||||||
|
maxlength:
|
||||||
|
maxlength_js: null
|
||||||
|
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
|
||||||
|
maxlength_js_enforce: false
|
||||||
|
field_microblog_note:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_microblog_signal:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_microblog_sms:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 6
|
||||||
|
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: { }
|
||||||
|
hidden:
|
||||||
|
created: true
|
||||||
|
field_microblog_referenced_node: true
|
||||||
|
field_mposse_sent_status: true
|
||||||
|
moderation_state: true
|
||||||
|
path: true
|
||||||
|
promote: true
|
||||||
|
status: true
|
||||||
|
sticky: true
|
||||||
|
title: true
|
||||||
|
uid: true
|
||||||
|
url_redirects: true
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: core.entity_form_mode.node.mposse_inline_microblog
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.mposse_inline_microblog
|
||||||
|
label: 'MPOSSE Inline Microblog'
|
||||||
|
description: ''
|
||||||
|
targetEntityType: node
|
||||||
|
cache: true
|
||||||
|
_core:
|
||||||
|
default_config_hash: fmIOWzYjraYEKtm9oU5z5DeyVnUjDueTQzaqKiFKN1Q
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.field.node.microblog.field_mposse_delay
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_mposse_delay
|
||||||
|
- node.type.microblog
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: node.microblog.field_mposse_delay
|
||||||
|
field_name: field_mposse_delay
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Delay
|
||||||
|
description: 'Apply a delay to prevent posting until your selected delay timer has expired.'
|
||||||
|
required: true
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_integer
|
||||||
|
_core:
|
||||||
|
default_config_hash: WmX496nQ3MnLChoRl9almUEBd-XotStu1MAzBCDmZnM
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.field.node.microblog.field_mposse_sent_status
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_mposse_sent_status
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.microblog.field_mposse_sent_status
|
||||||
|
field_name: field_mposse_sent_status
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Sent
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: Sent
|
||||||
|
off_label: Pending
|
||||||
|
field_type: boolean
|
||||||
|
_core:
|
||||||
|
default_config_hash: 4SPlEenFjXEy40lpaHSUklp-brLFRdkgt8CfXCyZ8_k
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.storage.node.field_mposse
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_mposse
|
||||||
|
field_name: field_mposse
|
||||||
|
entity_type: node
|
||||||
|
type: entity_reference
|
||||||
|
settings:
|
||||||
|
target_type: node
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: gmN6Ed62I1jXW4BzFTgPJ77KHMG9td-i7TFr1aU3Llo
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.storage.node.field_mposse_delay
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- options
|
||||||
|
id: node.field_mposse_delay
|
||||||
|
field_name: field_mposse_delay
|
||||||
|
entity_type: node
|
||||||
|
type: list_integer
|
||||||
|
settings:
|
||||||
|
allowed_values:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
label: 'No delay'
|
||||||
|
-
|
||||||
|
value: 5
|
||||||
|
label: '5 minutes'
|
||||||
|
-
|
||||||
|
value: 10
|
||||||
|
label: '10 minutes'
|
||||||
|
-
|
||||||
|
value: 15
|
||||||
|
label: '15 minutes'
|
||||||
|
-
|
||||||
|
value: 20
|
||||||
|
label: '20 minutes'
|
||||||
|
-
|
||||||
|
value: 30
|
||||||
|
label: '30 minutes'
|
||||||
|
-
|
||||||
|
value: 45
|
||||||
|
label: '45 minutes'
|
||||||
|
-
|
||||||
|
value: 60
|
||||||
|
label: '60 minutes'
|
||||||
|
allowed_values_function: ''
|
||||||
|
module: options
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: qKQL-shvzZEr7lTSin9INde3RcrHAHsG9mOXGt3_6i0
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: field.storage.node.field_mposse_sent_status
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_mposse_sent_status
|
||||||
|
field_name: field_mposse_sent_status
|
||||||
|
entity_type: node
|
||||||
|
type: boolean
|
||||||
|
settings: { }
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: jyX7uOWNwbwefjns3Bae1WuNHswaiHkp3hGz8wxndpc
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: mposse.settings
|
||||||
|
data:
|
||||||
|
soft_disable: 0
|
||||||
|
_core:
|
||||||
|
default_config_hash: 9nnKKkP9HwZxXTuO0uyt0rDeJ-C46AWVn8_OqVznEP8
|
||||||
24
config/core.base_field_override.node.microblog.promote.yml
Normal file
24
config/core.base_field_override.node.microblog.promote.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: e5252d45-60a2-4438-a851-4055e006ac8f
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: fwQ4RBr0fIoItsZA-4VDPg0ymh0Kdq5rHyS49T5SFqQ
|
||||||
|
id: node.microblog.promote
|
||||||
|
field_name: promote
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: 'Promoted to front page'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: 'On'
|
||||||
|
off_label: 'Off'
|
||||||
|
field_type: boolean
|
||||||
24
config/core.base_field_override.node.microblog.status.yml
Normal file
24
config/core.base_field_override.node.microblog.status.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: a6c409b3-b0e9-46f3-9f8b-a6b7210588c3
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: w3LPC-lk3KbZKMEcgbc11TFxQSjmz1FbgBqJuv8fjgI
|
||||||
|
id: node.microblog.status
|
||||||
|
field_name: status
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Published
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: 'On'
|
||||||
|
off_label: 'Off'
|
||||||
|
field_type: boolean
|
||||||
20
config/core.base_field_override.node.microblog.title.yml
Normal file
20
config/core.base_field_override.node.microblog.title.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
uuid: d7ff87df-2848-4483-9d78-4521a972eb2f
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: lArsATTr14_4WtV3LGkTzAisK-OE9-xNYCZuolmufiU
|
||||||
|
id: node.microblog.title
|
||||||
|
field_name: title
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: 'Internal listings label'
|
||||||
|
description: ''
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
|
@ -3,12 +3,14 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- core.entity_form_mode.node.mposse_inline_microblog
|
||||||
- field.field.node.blog.body
|
- field.field.node.blog.body
|
||||||
- field.field.node.blog.comment
|
- field.field.node.blog.comment
|
||||||
- field.field.node.blog.field_authors
|
- field.field.node.blog.field_authors
|
||||||
- field.field.node.blog.field_body_paragraph
|
- field.field.node.blog.field_body_paragraph
|
||||||
- field.field.node.blog.field_image
|
- field.field.node.blog.field_image
|
||||||
- field.field.node.blog.field_meta_tags
|
- field.field.node.blog.field_meta_tags
|
||||||
|
- field.field.node.blog.field_mposse
|
||||||
- field.field.node.blog.field_summary
|
- field.field.node.blog.field_summary
|
||||||
- field.field.node.blog.field_tags
|
- field.field.node.blog.field_tags
|
||||||
- field.field.node.blog.field_topics
|
- field.field.node.blog.field_topics
|
||||||
|
|
@ -16,6 +18,7 @@ dependencies:
|
||||||
- node.type.blog
|
- node.type.blog
|
||||||
module:
|
module:
|
||||||
- comment
|
- comment
|
||||||
|
- ief_complex_open
|
||||||
- image
|
- image
|
||||||
- metatag
|
- metatag
|
||||||
- paragraphs
|
- paragraphs
|
||||||
|
|
@ -76,6 +79,25 @@ content:
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_mposse:
|
||||||
|
type: inline_entity_form_complex_open
|
||||||
|
weight: 51
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
allow_new: '1'
|
||||||
|
form_mode: mposse_inline_microblog
|
||||||
|
override_labels: '1'
|
||||||
|
label_singular: microblog
|
||||||
|
revision: false
|
||||||
|
label_plural: ''
|
||||||
|
collapsible: false
|
||||||
|
collapsed: false
|
||||||
|
allow_existing: false
|
||||||
|
removed_reference: optional
|
||||||
|
match_operator: CONTAINS
|
||||||
|
allow_duplicate: false
|
||||||
|
bundle: ''
|
||||||
|
third_party_settings: { }
|
||||||
field_summary:
|
field_summary:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 3
|
weight: 3
|
||||||
|
|
|
||||||
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
|
||||||
|
|
@ -0,0 +1,122 @@
|
||||||
|
uuid: 7e410052-9a68-42ff-8457-2e88ae92b58e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_form_mode.node.mposse_inline_microblog
|
||||||
|
- 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
|
||||||
|
_core:
|
||||||
|
default_config_hash: KBR4I9PrGhzpAnVVXJquKakRCEsFAVDdctLAmS0QGl0
|
||||||
|
id: node.microblog.mposse_inline_microblog
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: microblog
|
||||||
|
mode: mposse_inline_microblog
|
||||||
|
content:
|
||||||
|
field_microblog_bluesky:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 5
|
||||||
|
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: 4
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_microblog_mastodon:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings:
|
||||||
|
maxlength:
|
||||||
|
maxlength_js: null
|
||||||
|
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
|
||||||
|
maxlength_js_enforce: false
|
||||||
|
field_microblog_note:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_microblog_signal:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_microblog_sms:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 6
|
||||||
|
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: 8
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
langcode:
|
||||||
|
type: language_select
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
include_locked: true
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
created: true
|
||||||
|
field_microblog_referenced_node: true
|
||||||
|
field_mposse_sent_status: true
|
||||||
|
moderation_state: true
|
||||||
|
path: true
|
||||||
|
promote: true
|
||||||
|
status: true
|
||||||
|
sticky: true
|
||||||
|
title: true
|
||||||
|
uid: true
|
||||||
|
url_redirects: true
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
uuid: e9bcee2c-3163-4bfa-978f-6599f875474f
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: fmIOWzYjraYEKtm9oU5z5DeyVnUjDueTQzaqKiFKN1Q
|
||||||
|
id: node.mposse_inline_microblog
|
||||||
|
label: 'MPOSSE Inline Microblog'
|
||||||
|
description: ''
|
||||||
|
targetEntityType: node
|
||||||
|
cache: true
|
||||||
|
|
@ -10,6 +10,7 @@ dependencies:
|
||||||
- field.field.node.blog.field_body_paragraph
|
- field.field.node.blog.field_body_paragraph
|
||||||
- field.field.node.blog.field_image
|
- field.field.node.blog.field_image
|
||||||
- field.field.node.blog.field_meta_tags
|
- field.field.node.blog.field_meta_tags
|
||||||
|
- field.field.node.blog.field_mposse
|
||||||
- field.field.node.blog.field_summary
|
- field.field.node.blog.field_summary
|
||||||
- field.field.node.blog.field_tags
|
- field.field.node.blog.field_tags
|
||||||
- field.field.node.blog.field_topics
|
- field.field.node.blog.field_topics
|
||||||
|
|
@ -80,6 +81,7 @@ hidden:
|
||||||
comment: true
|
comment: true
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
|
field_mposse: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
field_topics: true
|
field_topics: true
|
||||||
indieweb_bridgypublishmastodon: true
|
indieweb_bridgypublishmastodon: true
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ dependencies:
|
||||||
- field.field.node.blog.field_body_paragraph
|
- field.field.node.blog.field_body_paragraph
|
||||||
- field.field.node.blog.field_image
|
- field.field.node.blog.field_image
|
||||||
- field.field.node.blog.field_meta_tags
|
- field.field.node.blog.field_meta_tags
|
||||||
|
- field.field.node.blog.field_mposse
|
||||||
- field.field.node.blog.field_summary
|
- field.field.node.blog.field_summary
|
||||||
- field.field.node.blog.field_tags
|
- field.field.node.blog.field_tags
|
||||||
- field.field.node.blog.field_topics
|
- field.field.node.blog.field_topics
|
||||||
|
|
@ -48,6 +49,7 @@ hidden:
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
field_image: true
|
field_image: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
|
field_mposse: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
field_topics: true
|
field_topics: true
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ dependencies:
|
||||||
- field.field.node.blog.field_body_paragraph
|
- field.field.node.blog.field_body_paragraph
|
||||||
- field.field.node.blog.field_image
|
- field.field.node.blog.field_image
|
||||||
- field.field.node.blog.field_meta_tags
|
- field.field.node.blog.field_meta_tags
|
||||||
|
- field.field.node.blog.field_mposse
|
||||||
- field.field.node.blog.field_summary
|
- field.field.node.blog.field_summary
|
||||||
- field.field.node.blog.field_tags
|
- field.field.node.blog.field_tags
|
||||||
- field.field.node.blog.field_topics
|
- field.field.node.blog.field_topics
|
||||||
|
|
@ -99,6 +100,7 @@ hidden:
|
||||||
body: true
|
body: true
|
||||||
field_image: true
|
field_image: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
|
field_mposse: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
langcode: true
|
langcode: true
|
||||||
links: true
|
links: true
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ dependencies:
|
||||||
- field.field.node.blog.field_body_paragraph
|
- field.field.node.blog.field_body_paragraph
|
||||||
- field.field.node.blog.field_image
|
- field.field.node.blog.field_image
|
||||||
- field.field.node.blog.field_meta_tags
|
- field.field.node.blog.field_meta_tags
|
||||||
|
- field.field.node.blog.field_mposse
|
||||||
- field.field.node.blog.field_summary
|
- field.field.node.blog.field_summary
|
||||||
- field.field.node.blog.field_tags
|
- field.field.node.blog.field_tags
|
||||||
- field.field.node.blog.field_topics
|
- field.field.node.blog.field_topics
|
||||||
|
|
@ -122,6 +123,7 @@ hidden:
|
||||||
field_authors: true
|
field_authors: true
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
|
field_mposse: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
indieweb_bridgypublishmastodon: true
|
indieweb_bridgypublishmastodon: true
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ dependencies:
|
||||||
- field.field.node.blog.field_body_paragraph
|
- field.field.node.blog.field_body_paragraph
|
||||||
- field.field.node.blog.field_image
|
- field.field.node.blog.field_image
|
||||||
- field.field.node.blog.field_meta_tags
|
- field.field.node.blog.field_meta_tags
|
||||||
|
- field.field.node.blog.field_mposse
|
||||||
- field.field.node.blog.field_summary
|
- field.field.node.blog.field_summary
|
||||||
- field.field.node.blog.field_tags
|
- field.field.node.blog.field_tags
|
||||||
- field.field.node.blog.field_topics
|
- field.field.node.blog.field_topics
|
||||||
|
|
@ -78,6 +79,7 @@ hidden:
|
||||||
comment: true
|
comment: true
|
||||||
field_image: true
|
field_image: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
|
field_mposse: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
field_topics: true
|
field_topics: true
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ dependencies:
|
||||||
- field.field.node.blog.field_body_paragraph
|
- field.field.node.blog.field_body_paragraph
|
||||||
- field.field.node.blog.field_image
|
- field.field.node.blog.field_image
|
||||||
- field.field.node.blog.field_meta_tags
|
- field.field.node.blog.field_meta_tags
|
||||||
|
- field.field.node.blog.field_mposse
|
||||||
- field.field.node.blog.field_summary
|
- field.field.node.blog.field_summary
|
||||||
- field.field.node.blog.field_tags
|
- field.field.node.blog.field_tags
|
||||||
- field.field.node.blog.field_topics
|
- field.field.node.blog.field_topics
|
||||||
|
|
@ -51,6 +52,7 @@ hidden:
|
||||||
comment: true
|
comment: true
|
||||||
field_image: true
|
field_image: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
|
field_mposse: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
field_topics: true
|
field_topics: true
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ dependencies:
|
||||||
- field.field.node.blog.field_body_paragraph
|
- field.field.node.blog.field_body_paragraph
|
||||||
- field.field.node.blog.field_image
|
- field.field.node.blog.field_image
|
||||||
- field.field.node.blog.field_meta_tags
|
- field.field.node.blog.field_meta_tags
|
||||||
|
- field.field.node.blog.field_mposse
|
||||||
- field.field.node.blog.field_summary
|
- field.field.node.blog.field_summary
|
||||||
- field.field.node.blog.field_tags
|
- field.field.node.blog.field_tags
|
||||||
- field.field.node.blog.field_topics
|
- field.field.node.blog.field_topics
|
||||||
|
|
@ -108,6 +109,7 @@ hidden:
|
||||||
body: true
|
body: true
|
||||||
comment: true
|
comment: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
|
field_mposse: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
indieweb_bridgypublishmastodon: true
|
indieweb_bridgypublishmastodon: true
|
||||||
indieweb_bridgypublishtwitter: true
|
indieweb_bridgypublishtwitter: true
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ dependencies:
|
||||||
- field.field.node.blog.field_body_paragraph
|
- field.field.node.blog.field_body_paragraph
|
||||||
- field.field.node.blog.field_image
|
- field.field.node.blog.field_image
|
||||||
- field.field.node.blog.field_meta_tags
|
- field.field.node.blog.field_meta_tags
|
||||||
|
- field.field.node.blog.field_mposse
|
||||||
- field.field.node.blog.field_summary
|
- field.field.node.blog.field_summary
|
||||||
- field.field.node.blog.field_tags
|
- field.field.node.blog.field_tags
|
||||||
- field.field.node.blog.field_topics
|
- field.field.node.blog.field_topics
|
||||||
|
|
@ -103,6 +104,7 @@ hidden:
|
||||||
field_authors: true
|
field_authors: true
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
|
field_mposse: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
field_topics: true
|
field_topics: true
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ dependencies:
|
||||||
- field.field.node.blog.field_body_paragraph
|
- field.field.node.blog.field_body_paragraph
|
||||||
- field.field.node.blog.field_image
|
- field.field.node.blog.field_image
|
||||||
- field.field.node.blog.field_meta_tags
|
- field.field.node.blog.field_meta_tags
|
||||||
|
- field.field.node.blog.field_mposse
|
||||||
- field.field.node.blog.field_summary
|
- field.field.node.blog.field_summary
|
||||||
- field.field.node.blog.field_tags
|
- field.field.node.blog.field_tags
|
||||||
- field.field.node.blog.field_topics
|
- field.field.node.blog.field_topics
|
||||||
|
|
@ -80,6 +81,7 @@ hidden:
|
||||||
comment: true
|
comment: true
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
|
field_mposse: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
field_topics: true
|
field_topics: true
|
||||||
indieweb_bridgypublishmastodon: true
|
indieweb_bridgypublishmastodon: true
|
||||||
|
|
|
||||||
97
config/core.entity_view_display.node.microblog.default.yml
Normal file
97
config/core.entity_view_display.node.microblog.default.yml
Normal file
|
|
@ -0,0 +1,97 @@
|
||||||
|
uuid: 3b38836d-f107-45ce-972f-a9f2e9db6d1f
|
||||||
|
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:
|
||||||
|
- user
|
||||||
|
_core:
|
||||||
|
default_config_hash: ElRVYwlWOxVXYuwO12WN3XgEi5PTP5npiK0OZgqEiJQ
|
||||||
|
id: node.microblog.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: microblog
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_microblog_bluesky:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
field_microblog_default:
|
||||||
|
type: string
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_microblog_facebook:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
field_microblog_note:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_microblog_signal:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
field_microblog_sms:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
field_microblog_twitter:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
indieweb_syndication:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
field_microblog_mastodon: true
|
||||||
|
field_microblog_referenced_node: true
|
||||||
|
field_mposse_delay: true
|
||||||
|
field_mposse_sent_status: true
|
||||||
|
indieweb_bridgypublishmastodon: true
|
||||||
|
indieweb_bridgypublishtwitter: true
|
||||||
|
langcode: true
|
||||||
|
links: true
|
||||||
|
search_api_excerpt: true
|
||||||
56
config/core.entity_view_display.node.microblog.teaser.yml
Normal file
56
config/core.entity_view_display.node.microblog.teaser.yml
Normal file
|
|
@ -0,0 +1,56 @@
|
||||||
|
uuid: 910f38c3-214f-4568-a990-324d0b77ae42
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.teaser
|
||||||
|
- 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:
|
||||||
|
- user
|
||||||
|
_core:
|
||||||
|
default_config_hash: xCiDDUIhEC91h3I-LnB1jCxoheoPA1opK_2tu834pVw
|
||||||
|
id: node.microblog.teaser
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: microblog
|
||||||
|
mode: teaser
|
||||||
|
content:
|
||||||
|
field_microblog_default:
|
||||||
|
type: string
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
field_microblog_bluesky: true
|
||||||
|
field_microblog_facebook: true
|
||||||
|
field_microblog_mastodon: true
|
||||||
|
field_microblog_note: true
|
||||||
|
field_microblog_referenced_node: true
|
||||||
|
field_microblog_signal: true
|
||||||
|
field_microblog_sms: true
|
||||||
|
field_microblog_twitter: true
|
||||||
|
field_mposse_delay: true
|
||||||
|
field_mposse_sent_status: true
|
||||||
|
indieweb_bridgypublishmastodon: true
|
||||||
|
indieweb_bridgypublishtwitter: true
|
||||||
|
indieweb_syndication: true
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
|
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
|
||||||
module:
|
module:
|
||||||
|
auto_entitylabel: -100
|
||||||
address: 0
|
address: 0
|
||||||
admin_toolbar: 0
|
admin_toolbar: 0
|
||||||
admin_toolbar_search: 0
|
admin_toolbar_search: 0
|
||||||
|
|
@ -53,6 +54,7 @@ module:
|
||||||
drutopia_event: 0
|
drutopia_event: 0
|
||||||
drutopia_home_page: 0
|
drutopia_home_page: 0
|
||||||
drutopia_landing_page: 0
|
drutopia_landing_page: 0
|
||||||
|
drutopia_microblog: 0
|
||||||
drutopia_page: 0
|
drutopia_page: 0
|
||||||
drutopia_page_storyline: 0
|
drutopia_page_storyline: 0
|
||||||
drutopia_people: 0
|
drutopia_people: 0
|
||||||
|
|
@ -86,12 +88,14 @@ module:
|
||||||
history: 0
|
history: 0
|
||||||
honeypot: 0
|
honeypot: 0
|
||||||
http_client_error_status: 0
|
http_client_error_status: 0
|
||||||
|
ief_complex_open: 0
|
||||||
image: 0
|
image: 0
|
||||||
image_widget_crop: 0
|
image_widget_crop: 0
|
||||||
indieweb: 0
|
indieweb: 0
|
||||||
indieweb_context: 0
|
indieweb_context: 0
|
||||||
indieweb_feed: 0
|
indieweb_feed: 0
|
||||||
indieweb_webmention: 0
|
indieweb_webmention: 0
|
||||||
|
inline_entity_form: 0
|
||||||
inotherwords: 0
|
inotherwords: 0
|
||||||
language: 0
|
language: 0
|
||||||
layout_discovery: 0
|
layout_discovery: 0
|
||||||
|
|
@ -115,6 +119,7 @@ module:
|
||||||
migrate_plus: 0
|
migrate_plus: 0
|
||||||
minimalhtml: 0
|
minimalhtml: 0
|
||||||
minimalhtmltitle: 0
|
minimalhtmltitle: 0
|
||||||
|
mposse: 0
|
||||||
mysql: 0
|
mysql: 0
|
||||||
node: 0
|
node: 0
|
||||||
options: 0
|
options: 0
|
||||||
|
|
@ -140,7 +145,10 @@ module:
|
||||||
shortcut: 0
|
shortcut: 0
|
||||||
similarterms: 0
|
similarterms: 0
|
||||||
skins: 0
|
skins: 0
|
||||||
|
social_api: 0
|
||||||
social_media_links: 0
|
social_media_links: 0
|
||||||
|
social_post: 0
|
||||||
|
social_post_mastodon: 0
|
||||||
statistics: 0
|
statistics: 0
|
||||||
stripe: 0
|
stripe: 0
|
||||||
stripe_webform: 0
|
stripe_webform: 0
|
||||||
|
|
|
||||||
25
config/field.field.node.blog.field_mposse.yml
Normal file
25
config/field.field.node.blog.field_mposse.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
uuid: dcb9f407-ff4d-4e73-a42b-833ed53671f9
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_mposse
|
||||||
|
- node.type.blog
|
||||||
|
- node.type.microblog
|
||||||
|
id: node.blog.field_mposse
|
||||||
|
field_name: field_mposse
|
||||||
|
entity_type: node
|
||||||
|
bundle: blog
|
||||||
|
label: Microblog
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:node'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
microblog: microblog
|
||||||
|
auto_create: true
|
||||||
|
field_type: entity_reference
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 864d404c-a062-4764-bd73-6424542c1be1
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_bluesky
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: SXUJEgxYTnESokjsXhgI7MAfbF0utmiaS_3qtAl0g9o
|
||||||
|
id: node.microblog.field_microblog_bluesky
|
||||||
|
field_name: field_microblog_bluesky
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Bluesky
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 92f7a456-43bb-40cf-9d48-ea1b6068e78e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_default
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: MzymBbLTbE2MPOJGWWG0slV2XdE8LAZ82rcwwKdm5tw
|
||||||
|
id: node.microblog.field_microblog_default
|
||||||
|
field_name: field_microblog_default
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Default
|
||||||
|
description: 'This version of your microblog post will be used on this website and any other places it pushes to which are not given alternate versions below.'
|
||||||
|
required: true
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 7b1ed7ff-c051-449b-8f13-6d175ccf40e5
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_facebook
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: ftE0Qszi0KIw2ZKpYPXNVHtnKI4_hYATIQw9KDGFonA
|
||||||
|
id: node.microblog.field_microblog_facebook
|
||||||
|
field_name: field_microblog_facebook
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Facebook
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: f27097a2-0f26-40bf-857d-5783c6130a24
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_mastodon
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: 7QtXFNWlhxA5HOVV8vQrJy_wNc2yYVAXPV32x2JGlYw
|
||||||
|
id: node.microblog.field_microblog_mastodon
|
||||||
|
field_name: field_microblog_mastodon
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Mastodon
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
21
config/field.field.node.microblog.field_microblog_note.yml
Normal file
21
config/field.field.node.microblog.field_microblog_note.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 70f57d91-b278-4f40-8fa8-d1dfd92adacb
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_note
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: LU6_UqhwmPYbDmxYcj1p2wbrbBVD79DRZXE6H4m0GsE
|
||||||
|
id: node.microblog.field_microblog_note
|
||||||
|
field_name: field_microblog_note
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: 'ActivityStream note (Mastodon toot etc)'
|
||||||
|
description: "If you want your microblog post to have a minor variation when it goes to an ActivityPub supporting server, such as a Mastodon instance, edit it here. For example, to replace a person's name with their @mention@instance.example user."
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
|
@ -0,0 +1,32 @@
|
||||||
|
uuid: a51bde00-2730-4f6d-816a-659bbff92039
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_referenced_node
|
||||||
|
- node.type.article
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: geiaeJOF4zI_iTq4VQuWP-AexyVFx2dvI4sLZ4vdF8E
|
||||||
|
id: node.microblog.field_microblog_referenced_node
|
||||||
|
field_name: field_microblog_referenced_node
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: 'Referenced node'
|
||||||
|
description: 'Content to link your microblog post to.'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:node'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
microblog: microblog
|
||||||
|
article: article
|
||||||
|
sort:
|
||||||
|
field: _none
|
||||||
|
direction: ASC
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: microblog
|
||||||
|
field_type: entity_reference
|
||||||
21
config/field.field.node.microblog.field_microblog_signal.yml
Normal file
21
config/field.field.node.microblog.field_microblog_signal.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: f7d0419e-78c3-418d-a2e5-93bbc89340e9
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_signal
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: oohDqtqU6UlmUyh8uwm985L26xl0UpPSTHJeaNqVkSE
|
||||||
|
id: node.microblog.field_microblog_signal
|
||||||
|
field_name: field_microblog_signal
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Signal
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
21
config/field.field.node.microblog.field_microblog_sms.yml
Normal file
21
config/field.field.node.microblog.field_microblog_sms.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: aa7776e0-60cc-4f54-9cce-972ba1096ce7
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_sms
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: LDclPy8VJhBOFyE40i3AgXs3d0TPamDcwMFIM22bmfc
|
||||||
|
id: node.microblog.field_microblog_sms
|
||||||
|
field_name: field_microblog_sms
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: SMS
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 6e0857e7-bde4-4f92-bbc3-9af74f4ba347
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_microblog_twitter
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: amohM5Oa3atfGBBNn6JoChV7jQ8lXng3TOxU-CaqDKY
|
||||||
|
id: node.microblog.field_microblog_twitter
|
||||||
|
field_name: field_microblog_twitter
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Twitter
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
||||||
23
config/field.field.node.microblog.field_mposse_delay.yml
Normal file
23
config/field.field.node.microblog.field_mposse_delay.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: 0f3b5ae9-3193-43ea-8850-53ff4e41b351
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_mposse_delay
|
||||||
|
- node.type.microblog
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
_core:
|
||||||
|
default_config_hash: WmX496nQ3MnLChoRl9almUEBd-XotStu1MAzBCDmZnM
|
||||||
|
id: node.microblog.field_mposse_delay
|
||||||
|
field_name: field_mposse_delay
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Delay
|
||||||
|
description: 'Apply a delay to prevent posting until your selected delay timer has expired.'
|
||||||
|
required: true
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_integer
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
uuid: 4d87806a-7f43-4916-9fad-f978ce289c8d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_mposse_sent_status
|
||||||
|
- node.type.microblog
|
||||||
|
_core:
|
||||||
|
default_config_hash: 4SPlEenFjXEy40lpaHSUklp-brLFRdkgt8CfXCyZ8_k
|
||||||
|
id: node.microblog.field_mposse_sent_status
|
||||||
|
field_name: field_mposse_sent_status
|
||||||
|
entity_type: node
|
||||||
|
bundle: microblog
|
||||||
|
label: Sent
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: Sent
|
||||||
|
off_label: Pending
|
||||||
|
field_type: boolean
|
||||||
23
config/field.storage.node.field_microblog_bluesky.yml
Normal file
23
config/field.storage.node.field_microblog_bluesky.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: 001647c6-f938-487a-99cb-232cc502040c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: Tqv2067kK1yWmJ6qDJBLetDdsb_qqPiEvVgWOsQISKE
|
||||||
|
id: node.field_microblog_bluesky
|
||||||
|
field_name: field_microblog_bluesky
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 500
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
23
config/field.storage.node.field_microblog_default.yml
Normal file
23
config/field.storage.node.field_microblog_default.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: 8379a7ad-3f5e-4e47-8339-b9f3cee31c53
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: hPNwT9B0p-WcLtyJwPVg8dqvAONqkCFnu6Hn16BO1B4
|
||||||
|
id: node.field_microblog_default
|
||||||
|
field_name: field_microblog_default
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 1020
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
23
config/field.storage.node.field_microblog_facebook.yml
Normal file
23
config/field.storage.node.field_microblog_facebook.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: 725c3ac8-84b4-4768-9afb-291f2181eadc
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: 16lwuDOmWKGOHbmNIEe7Dc2smOW-QV16FjexiXTiRXA
|
||||||
|
id: node.field_microblog_facebook
|
||||||
|
field_name: field_microblog_facebook
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 1020
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
23
config/field.storage.node.field_microblog_mastodon.yml
Normal file
23
config/field.storage.node.field_microblog_mastodon.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: cea3dd60-14d7-470b-934b-d772e8442213
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: deoC5DYUw1PGD9CkjllaParY9QyBNubggpOeUsdLizI
|
||||||
|
id: node.field_microblog_mastodon
|
||||||
|
field_name: field_microblog_mastodon
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 500
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
23
config/field.storage.node.field_microblog_note.yml
Normal file
23
config/field.storage.node.field_microblog_note.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: 4ac6f412-b1a4-499f-a4e4-56bc064c7539
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: DcHKshATPwxZNjtAkQckjgWY-1-k2d97S8AxcN-G8mo
|
||||||
|
id: node.field_microblog_note
|
||||||
|
field_name: field_microblog_note
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 1020
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: b3fa73ad-50c0-4842-bdc1-b7c3527ac7a8
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: T9-v-Bce2qCPz4VsmF7NRaX_zTbGejw13decUnh-49w
|
||||||
|
id: node.field_microblog_referenced_node
|
||||||
|
field_name: field_microblog_referenced_node
|
||||||
|
entity_type: node
|
||||||
|
type: entity_reference
|
||||||
|
settings:
|
||||||
|
target_type: node
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
23
config/field.storage.node.field_microblog_signal.yml
Normal file
23
config/field.storage.node.field_microblog_signal.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: e5ff0f96-ada1-4be9-a39d-6fed6e4af8e3
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: rFbwUx4FQvBuyv9KiNpDDXluuHPDuZQ1Jbrfnefu0iE
|
||||||
|
id: node.field_microblog_signal
|
||||||
|
field_name: field_microblog_signal
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 1020
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
23
config/field.storage.node.field_microblog_sms.yml
Normal file
23
config/field.storage.node.field_microblog_sms.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: deb04dbe-eae6-4883-acc9-dbcc8009bccf
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: a0w3vsFQh59OpwBu9gclAx9Bgni4R8pUhMLXn59FhrY
|
||||||
|
id: node.field_microblog_sms
|
||||||
|
field_name: field_microblog_sms
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 1020
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
23
config/field.storage.node.field_microblog_twitter.yml
Normal file
23
config/field.storage.node.field_microblog_twitter.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: 556030a9-2b00-4c58-9f43-75b26cadca71
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: TTRD8eM6dNhXFzrCX-bLfn_XuVepJYO7DWuHzbSCERU
|
||||||
|
id: node.field_microblog_twitter
|
||||||
|
field_name: field_microblog_twitter
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 1020
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
21
config/field.storage.node.field_mposse.yml
Normal file
21
config/field.storage.node.field_mposse.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 9926e136-8986-457b-9c81-81e9a4da2d06
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: gmN6Ed62I1jXW4BzFTgPJ77KHMG9td-i7TFr1aU3Llo
|
||||||
|
id: node.field_mposse
|
||||||
|
field_name: field_mposse
|
||||||
|
entity_type: node
|
||||||
|
type: entity_reference
|
||||||
|
settings:
|
||||||
|
target_type: node
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
47
config/field.storage.node.field_mposse_delay.yml
Normal file
47
config/field.storage.node.field_mposse_delay.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
||||||
|
uuid: bf0547b5-aedc-428f-b5af-3d8e4ce7304d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- options
|
||||||
|
_core:
|
||||||
|
default_config_hash: qKQL-shvzZEr7lTSin9INde3RcrHAHsG9mOXGt3_6i0
|
||||||
|
id: node.field_mposse_delay
|
||||||
|
field_name: field_mposse_delay
|
||||||
|
entity_type: node
|
||||||
|
type: list_integer
|
||||||
|
settings:
|
||||||
|
allowed_values:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
label: 'No delay'
|
||||||
|
-
|
||||||
|
value: 5
|
||||||
|
label: '5 minutes'
|
||||||
|
-
|
||||||
|
value: 10
|
||||||
|
label: '10 minutes'
|
||||||
|
-
|
||||||
|
value: 15
|
||||||
|
label: '15 minutes'
|
||||||
|
-
|
||||||
|
value: 20
|
||||||
|
label: '20 minutes'
|
||||||
|
-
|
||||||
|
value: 30
|
||||||
|
label: '30 minutes'
|
||||||
|
-
|
||||||
|
value: 45
|
||||||
|
label: '45 minutes'
|
||||||
|
-
|
||||||
|
value: 60
|
||||||
|
label: '60 minutes'
|
||||||
|
allowed_values_function: ''
|
||||||
|
module: options
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
20
config/field.storage.node.field_mposse_sent_status.yml
Normal file
20
config/field.storage.node.field_mposse_sent_status.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
uuid: 0a2e5253-e3b1-4d0e-bbc0-8fcd17c780e2
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: jyX7uOWNwbwefjns3Bae1WuNHswaiHkp3hGz8wxndpc
|
||||||
|
id: node.field_mposse_sent_status
|
||||||
|
field_name: field_mposse_sent_status
|
||||||
|
entity_type: node
|
||||||
|
type: boolean
|
||||||
|
settings: { }
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
|
|
@ -10,11 +10,11 @@ _core:
|
||||||
name: max_650x650
|
name: max_650x650
|
||||||
label: 'Max 650x650'
|
label: 'Max 650x650'
|
||||||
effects:
|
effects:
|
||||||
0b20d072-f53e-4a70-96b0-42223be7a8c8:
|
949c201a-77f5-48f6-ba00-be91eb1aad47:
|
||||||
uuid: 0b20d072-f53e-4a70-96b0-42223be7a8c8
|
uuid: 949c201a-77f5-48f6-ba00-be91eb1aad47
|
||||||
id: image_scale_and_crop
|
id: image_scale
|
||||||
weight: 2
|
weight: 1
|
||||||
data:
|
data:
|
||||||
width: 650
|
width: 650
|
||||||
height: 650
|
height: 650
|
||||||
anchor: center-center
|
upscale: false
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
label: Publicado
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
label: Image
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Por defecto'
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
label: Enviado
|
||||||
|
settings:
|
||||||
|
on_label: Enviado
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
label: Enlace
|
||||||
1
config/language/es/paragraphs.paragraphs_type.file.yml
Normal file
1
config/language/es/paragraphs.paragraphs_type.file.yml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
label: Archivo
|
||||||
1
config/language/es/paragraphs.paragraphs_type.image.yml
Normal file
1
config/language/es/paragraphs.paragraphs_type.image.yml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
label: Image
|
||||||
|
|
@ -9,6 +9,9 @@ display:
|
||||||
label: Título
|
label: Título
|
||||||
status:
|
status:
|
||||||
label: Estado
|
label: Estado
|
||||||
|
settings:
|
||||||
|
format_custom_false: 'Sin publicar'
|
||||||
|
format_custom_true: Publicado
|
||||||
operations:
|
operations:
|
||||||
label: Operaciones
|
label: Operaciones
|
||||||
exposed_form:
|
exposed_form:
|
||||||
|
|
@ -21,6 +24,12 @@ display:
|
||||||
status:
|
status:
|
||||||
expose:
|
expose:
|
||||||
label: Estado
|
label: Estado
|
||||||
|
group_info:
|
||||||
|
group_items:
|
||||||
|
1:
|
||||||
|
title: Publicado
|
||||||
|
2:
|
||||||
|
title: 'Sin publicar'
|
||||||
page_1:
|
page_1:
|
||||||
display_title: Página
|
display_title: Página
|
||||||
display_options:
|
display_options:
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,9 @@ display:
|
||||||
label: Tipo
|
label: Tipo
|
||||||
status:
|
status:
|
||||||
label: Estado
|
label: Estado
|
||||||
|
settings:
|
||||||
|
format_custom_false: 'Sin publicar'
|
||||||
|
format_custom_true: Publicado
|
||||||
operations:
|
operations:
|
||||||
label: Operaciones
|
label: Operaciones
|
||||||
exposed_form:
|
exposed_form:
|
||||||
|
|
@ -20,6 +23,13 @@ display:
|
||||||
bundle:
|
bundle:
|
||||||
expose:
|
expose:
|
||||||
label: Tipo
|
label: Tipo
|
||||||
|
status:
|
||||||
|
group_info:
|
||||||
|
group_items:
|
||||||
|
1:
|
||||||
|
title: Publicado
|
||||||
|
2:
|
||||||
|
title: 'Sin publicar'
|
||||||
media_page_list:
|
media_page_list:
|
||||||
display_title: Media
|
display_title: Media
|
||||||
display_options:
|
display_options:
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,14 @@ display:
|
||||||
media_bulk_form:
|
media_bulk_form:
|
||||||
action_title: Acción
|
action_title: Acción
|
||||||
filters:
|
filters:
|
||||||
|
status:
|
||||||
|
group_info:
|
||||||
|
label: Publicado
|
||||||
|
group_items:
|
||||||
|
1:
|
||||||
|
title: Publicado
|
||||||
|
2:
|
||||||
|
title: 'Sin publicar'
|
||||||
name:
|
name:
|
||||||
expose:
|
expose:
|
||||||
label: Nombre
|
label: Nombre
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@ display:
|
||||||
label: Tipo
|
label: Tipo
|
||||||
timestamp:
|
timestamp:
|
||||||
label: Fecha
|
label: Fecha
|
||||||
|
message:
|
||||||
|
label: Mensaje
|
||||||
name:
|
name:
|
||||||
label: Usuario
|
label: Usuario
|
||||||
link:
|
link:
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,11 @@ display:
|
||||||
label: Tipo
|
label: Tipo
|
||||||
created:
|
created:
|
||||||
label: Creado
|
label: Creado
|
||||||
|
status:
|
||||||
|
label: Publicado
|
||||||
|
settings:
|
||||||
|
format_custom_true: Publicado
|
||||||
|
format_custom_false: 'Sin publicar'
|
||||||
filters:
|
filters:
|
||||||
type:
|
type:
|
||||||
expose:
|
expose:
|
||||||
|
|
|
||||||
1
config/mposse.settings.yml
Normal file
1
config/mposse.settings.yml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
soft_disable: 0
|
||||||
23
config/node.type.microblog.yml
Normal file
23
config/node.type.microblog.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: 84bb329d-2d80-4cb4-9437-88c8c15b6a16
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- indieweb_context
|
||||||
|
- menu_ui
|
||||||
|
third_party_settings:
|
||||||
|
indieweb_context:
|
||||||
|
post_context_link_field: ''
|
||||||
|
post_context_post_type: ''
|
||||||
|
menu_ui:
|
||||||
|
available_menus: { }
|
||||||
|
parent: ''
|
||||||
|
_core:
|
||||||
|
default_config_hash: lZLSy9426p6hMuLFTkunFTLI5oqFxmczeI-TJpb8XFo
|
||||||
|
name: Microblog
|
||||||
|
type: microblog
|
||||||
|
description: 'A short note or status update without title or complex data structure. Suitable for pushing to text messages and syndicating to social media as well as posting to this site itself.'
|
||||||
|
help: null
|
||||||
|
new_revision: true
|
||||||
|
preview_mode: 0
|
||||||
|
display_submitted: false
|
||||||
|
|
@ -38,6 +38,7 @@ elements: |-
|
||||||
'Upgrading to Drupal 11 using the Migrate API': 'Upgrading to Drupal 11 using the Migrate API'
|
'Upgrading to Drupal 11 using the Migrate API': 'Upgrading to Drupal 11 using the Migrate API'
|
||||||
'Drupal end-to-end testing with Behat': 'Drupal end-to-end testing with Behat'
|
'Drupal end-to-end testing with Behat': 'Drupal end-to-end testing with Behat'
|
||||||
'How to Make and Maintain a Module': 'How to Make and Maintain a Module'
|
'How to Make and Maintain a Module': 'How to Make and Maintain a Module'
|
||||||
|
'Getting started with React.js': 'Getting started with React.js'
|
||||||
'#required': true
|
'#required': true
|
||||||
'#required_error': 'you must select a training.'
|
'#required_error': 'you must select a training.'
|
||||||
'#options__properties': ''
|
'#options__properties': ''
|
||||||
|
|
|
||||||
1
web/themes/custom/agarica/patternlibrary
Submodule
1
web/themes/custom/agarica/patternlibrary
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 5a2b054beed26316d374a38802a4207be12104f6
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
/node_modules
|
|
||||||
/package-lock.json
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
v8.4.0
|
|
||||||
|
|
@ -1,80 +0,0 @@
|
||||||
module.exports = function (grunt) {
|
|
||||||
grunt.initConfig({
|
|
||||||
sass: {
|
|
||||||
dev: {
|
|
||||||
options: {
|
|
||||||
style: 'compact'
|
|
||||||
},
|
|
||||||
files: {
|
|
||||||
'agaric/css/agaric.css': 'agaric/sass/agaric.scss'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
assemble: {
|
|
||||||
dev: {
|
|
||||||
options: {
|
|
||||||
flatten: true,
|
|
||||||
data: 'static-layouts/design-source/data/*.{json,yml}',
|
|
||||||
layout: false,
|
|
||||||
partials: 'static-layouts/design-source/templates/**/*.hbs'
|
|
||||||
},
|
|
||||||
files: [
|
|
||||||
{
|
|
||||||
expand: true,
|
|
||||||
cwd: 'static-layouts/design-source/pages',
|
|
||||||
src: '**/*.{hbs,md}',
|
|
||||||
dest: 'static-layouts/design-output/'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
clean: ['static-layouts/design-output/*.html'],
|
|
||||||
connect: {
|
|
||||||
preview: {
|
|
||||||
options: {
|
|
||||||
base: ['./'],
|
|
||||||
port: 9000,
|
|
||||||
hostname: 'localhost',
|
|
||||||
keepalive: false,
|
|
||||||
livereload: 35729,
|
|
||||||
open: 'http://0.0.0.0:9000/static-layouts/design-output'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
watch: {
|
|
||||||
templates: {
|
|
||||||
files: [
|
|
||||||
'static-layouts/design-source/templates/**/*.{hbs,md}',
|
|
||||||
'static-layouts/design-source/pages/**/*.{hbs,md}',
|
|
||||||
'static-layouts/design-source/data/**/*.json',
|
|
||||||
'agaric/sass/**/*.scss',
|
|
||||||
],
|
|
||||||
tasks: ['assemble','sass:dev']
|
|
||||||
},
|
|
||||||
livereload: {
|
|
||||||
options: {
|
|
||||||
livereload: '<%= connect.preview.options.livereload %>'
|
|
||||||
},
|
|
||||||
files: ['static-layouts/design-output/**.*']
|
|
||||||
}
|
|
||||||
},
|
|
||||||
shell: {
|
|
||||||
target: {
|
|
||||||
command: './node_modules/.bin/kss --config styleguide/_source/styleguide-config.json --verbose'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
grunt.loadNpmTasks('assemble');
|
|
||||||
grunt.loadNpmTasks('grunt-contrib-clean');
|
|
||||||
grunt.loadNpmTasks('grunt-contrib-connect');
|
|
||||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
|
||||||
grunt.loadNpmTasks('grunt-sass');
|
|
||||||
grunt.loadNpmTasks('grunt-shell');
|
|
||||||
grunt.loadNpmTasks('grunt-kss');
|
|
||||||
|
|
||||||
grunt.registerTask('kss',['shell']);
|
|
||||||
grunt.registerTask('build', ['clean', 'assemble', 'sass:dev']);
|
|
||||||
grunt.registerTask('server', ['build','connect','watch']);
|
|
||||||
grunt.registerTask('default', ['server']);
|
|
||||||
};
|
|
||||||
|
|
@ -1,49 +0,0 @@
|
||||||
# About the Agaric Pattern Library & Style Guide
|
|
||||||
|
|
||||||
This living styleguide is powered by the same styles as power the Agaric site itself. Changes in `agaric/sass/agaric/` will be reflected both in the styleguide and ultimately on the live sites, so be cautious!
|
|
||||||
|
|
||||||
## Set up
|
|
||||||
|
|
||||||
#### Use the right version of node with:
|
|
||||||
`nvm use`
|
|
||||||
|
|
||||||
_This command will look at your `.nvmrc` file and use the version node.js specified in it. This ensures all developers use the same version of node for consistency._
|
|
||||||
|
|
||||||
#### If that version of node isn't installed, install it with:
|
|
||||||
`nvm install`
|
|
||||||
|
|
||||||
#### Install npm dependencies with
|
|
||||||
`npm install`
|
|
||||||
|
|
||||||
_This command looks at `package.json` and installs all the npm dependencies specified in it. Some of the dependencies include grunt and grunt-sass._
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
### Compile CSS
|
|
||||||
|
|
||||||
`grunt sass`
|
|
||||||
|
|
||||||
See more available Grunt commands:
|
|
||||||
|
|
||||||
`grunt --help`
|
|
||||||
|
|
||||||
|
|
||||||
## Stuff we're not using
|
|
||||||
|
|
||||||
### Rebuild the style guide
|
|
||||||
|
|
||||||
`grunt kss`
|
|
||||||
|
|
||||||
### Run the static design layouts
|
|
||||||
|
|
||||||
`grunt`
|
|
||||||
|
|
||||||
_This will open the static layouts in your browser. At the bottom you can click between them and to the style guide._
|
|
||||||
|
|
||||||
## Contents
|
|
||||||
|
|
||||||
The `agaric` folder contains the styles, as Sass .scss files, that we expect to be applicable to all Agaric-branded web applications.
|
|
||||||
|
|
||||||
### Markup examples and static layouts
|
|
||||||
|
|
||||||
See `styleguide/index.html` for project info.
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 4.1 KiB |
|
|
@ -1,124 +0,0 @@
|
||||||
/* PrismJS 1.15.0
|
|
||||||
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+bash+django+markup-templating+php+php-extras+python+yaml+twig */
|
|
||||||
/**
|
|
||||||
* prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
|
|
||||||
* Based on https://github.com/chriskempson/tomorrow-theme
|
|
||||||
* @author Rose Pritchard
|
|
||||||
*/
|
|
||||||
|
|
||||||
code[class*="language-"],
|
|
||||||
pre[class*="language-"] {
|
|
||||||
color: #ccc;
|
|
||||||
background: none;
|
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
||||||
text-align: left;
|
|
||||||
white-space: pre;
|
|
||||||
word-spacing: normal;
|
|
||||||
word-break: normal;
|
|
||||||
word-wrap: normal;
|
|
||||||
line-height: 1.5;
|
|
||||||
|
|
||||||
-moz-tab-size: 4;
|
|
||||||
-o-tab-size: 4;
|
|
||||||
tab-size: 4;
|
|
||||||
|
|
||||||
-webkit-hyphens: none;
|
|
||||||
-moz-hyphens: none;
|
|
||||||
-ms-hyphens: none;
|
|
||||||
hyphens: none;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Code blocks */
|
|
||||||
pre[class*="language-"] {
|
|
||||||
padding: 1em;
|
|
||||||
margin: .5em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
:not(pre) > code[class*="language-"],
|
|
||||||
pre[class*="language-"] {
|
|
||||||
background: #2d2d2d;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Inline code */
|
|
||||||
:not(pre) > code[class*="language-"] {
|
|
||||||
padding: .1em;
|
|
||||||
border-radius: .3em;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.comment,
|
|
||||||
.token.block-comment,
|
|
||||||
.token.prolog,
|
|
||||||
.token.doctype,
|
|
||||||
.token.cdata {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.punctuation {
|
|
||||||
color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.tag,
|
|
||||||
.token.attr-name,
|
|
||||||
.token.namespace,
|
|
||||||
.token.deleted {
|
|
||||||
color: #e2777a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.function-name {
|
|
||||||
color: #6196cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.boolean,
|
|
||||||
.token.number,
|
|
||||||
.token.function {
|
|
||||||
color: #f08d49;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.property,
|
|
||||||
.token.class-name,
|
|
||||||
.token.constant,
|
|
||||||
.token.symbol {
|
|
||||||
color: #f8c555;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.selector,
|
|
||||||
.token.important,
|
|
||||||
.token.atrule,
|
|
||||||
.token.keyword,
|
|
||||||
.token.builtin {
|
|
||||||
color: #cc99cd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.string,
|
|
||||||
.token.char,
|
|
||||||
.token.attr-value,
|
|
||||||
.token.regex,
|
|
||||||
.token.variable {
|
|
||||||
color: #7ec699;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.operator,
|
|
||||||
.token.entity,
|
|
||||||
.token.url {
|
|
||||||
color: #67cdcc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.important,
|
|
||||||
.token.bold {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.token.italic {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.entity {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.inserted {
|
|
||||||
color: green;
|
|
||||||
}
|
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue