Compare commits
5 commits
ea8ec81c84
...
84d19d33ca
| Author | SHA1 | Date | |
|---|---|---|---|
| 84d19d33ca | |||
| c7c45819c0 | |||
| ad40476979 | |||
| 4bf3027ed9 | |||
| aeebc9f7d3 |
6 changed files with 16 additions and 1 deletions
|
|
@ -220,6 +220,9 @@
|
||||||
},
|
},
|
||||||
"enable-patching": true,
|
"enable-patching": true,
|
||||||
"patches": {
|
"patches": {
|
||||||
|
"drupal/bsky": {
|
||||||
|
"Implement Social Platform plugin from MPOSSE [#3536172]": "https://git.drupalcode.org/project/bsky/-/merge_requests/3.diff"
|
||||||
|
},
|
||||||
"drupal/coffee": {
|
"drupal/coffee": {
|
||||||
"Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch"
|
"Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
2
composer.lock
generated
2
composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "35ad16965fb37f2ae6e25397a6d56d97",
|
"content-hash": "3b873db1d9b271245e84604512509453",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "abraham/twitteroauth",
|
"name": "abraham/twitteroauth",
|
||||||
|
|
|
||||||
|
|
@ -294,3 +294,10 @@ items:
|
||||||
custom_storage: false
|
custom_storage: false
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: jyX7uOWNwbwefjns3Bae1WuNHswaiHkp3hGz8wxndpc
|
default_config_hash: jyX7uOWNwbwefjns3Bae1WuNHswaiHkp3hGz8wxndpc
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: mposse.settings
|
||||||
|
data:
|
||||||
|
soft_disable: 0
|
||||||
|
_core:
|
||||||
|
default_config_hash: 9nnKKkP9HwZxXTuO0uyt0rDeJ-C46AWVn8_OqVznEP8
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ module:
|
||||||
block_content: 0
|
block_content: 0
|
||||||
block_visibility_groups: 0
|
block_visibility_groups: 0
|
||||||
breakpoint: 0
|
breakpoint: 0
|
||||||
|
bsky: 0
|
||||||
captcha: 0
|
captcha: 0
|
||||||
ckeditor: 0
|
ckeditor: 0
|
||||||
ckeditor5: 0
|
ckeditor5: 0
|
||||||
|
|
@ -97,6 +98,7 @@ module:
|
||||||
indieweb_webmention: 0
|
indieweb_webmention: 0
|
||||||
inline_entity_form: 0
|
inline_entity_form: 0
|
||||||
inotherwords: 0
|
inotherwords: 0
|
||||||
|
key: 0
|
||||||
language: 0
|
language: 0
|
||||||
layout_discovery: 0
|
layout_discovery: 0
|
||||||
link: 0
|
link: 0
|
||||||
|
|
|
||||||
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
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue