Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"drupal/image_style_quality": "^1.4",
"drupal/layout_builder_browser": "^1.1",
"drupal/layout_builder_modal": "^1.1",
"drupal/maillog": "^1.0@beta",
"drupal/media_entity_facebook": "^2.0",
"drupal/media_entity_instagram": "^2.1",
"drupal/media_entity_twitter": "^2.4",
Expand Down
59 changes: 58 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions config/dev/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module:
image_style_quality: 0
inline_form_errors: 0
link: 0
maillog: 0
media: 0
media_entity_facebook: 0
media_entity_instagram: 0
Expand Down Expand Up @@ -62,6 +63,8 @@ module:
update: 0
user: 0
views_ui: 0
webform: 0
webform_ui: 0
xmlsitemap_engines: 0
pathauto: 1
xmlsitemap: 1
Expand Down
5 changes: 5 additions & 0 deletions config/sync/maillog.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
send: true
log: true
verbose: true
_core:
default_config_hash: qE7nRF7VKMVNntpJzc4mJtGeq3MOzeYF9orshg3dXyE
13 changes: 13 additions & 0 deletions config/sync/system.action.webform_submission_delete_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
uuid: 853bf647-feb9-44a5-a03d-005b4ed63571
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: TBnl4vapW7sy5bRi7TcF-ueJnvz7aZNLif95ifvhfTQ
id: webform_submission_delete_action
label: 'Delete submission'
type: webform_submission
plugin: webform_submission_delete_action
configuration: { }
13 changes: 13 additions & 0 deletions config/sync/system.action.webform_submission_make_lock_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
uuid: 8c5d56b4-a8d6-4339-b46f-06fec7567fa2
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: MKmZlPRk3OJKNcYdYxSeZGQUh7LMah6MRShfkzch4bk
id: webform_submission_make_lock_action
label: 'Lock submission'
type: webform_submission
plugin: webform_submission_make_lock_action
configuration: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
uuid: 2927044a-8ff7-4249-a847-ced113b9bcc0
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: 8GSfG176mjTvczykLSKKzdI6HfM7nGnZGo54f0hRe5E
id: webform_submission_make_sticky_action
label: 'Star/Flag submission'
type: webform_submission
plugin: webform_submission_make_sticky_action
configuration: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
uuid: 76f53c30-8e3b-4de7-97c5-b574008f2c99
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: begZ0-RmTzO_zDAwEKA2lKvtGYw1vbFOzbQOJzUbZX0
id: webform_submission_make_unlock_action
label: 'Unlock submission'
type: webform_submission
plugin: webform_submission_make_unlock_action
configuration: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
uuid: 51a78ff4-223e-4822-9689-8f3646037dcd
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: n4gTFiUsdp7gw6yWUlDbKFEasZLCgXWWCmm7eJejay0
id: webform_submission_make_unsticky_action
label: 'Unstar/unflag submission'
type: webform_submission
plugin: webform_submission_make_unsticky_action
configuration: { }
2 changes: 1 addition & 1 deletion config/sync/system.mail.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
interface:
default: php_mail
default: maillog
_core:
default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE
8 changes: 8 additions & 0 deletions config/sync/taxonomy.vocabulary.jobs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
uuid: 2ff476aa-2119-4f8d-896f-0390f1c7f145
langcode: en
status: true
dependencies: { }
name: jobs
vid: jobs
description: ''
weight: 0
Loading