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
2 changes: 2 additions & 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 All @@ -61,6 +62,7 @@
"drupal/stage_file_proxy": "^1.0",
"drupal/svg_image": "^1.14",
"drupal/twig_tweak": "^2.6",
"drupal/webform": "^6.0",
"drupal/xmlsitemap": "^1.0",
"drush/drush": "^10.3",
"kint-php/kint": "^3.3",
Expand Down
190 changes: 189 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: false
_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: 377624eb-c226-499d-93ab-0a661493ed67
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: 75ca4aea-e3bd-40c3-b083-d458d0aa6a7b
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: 88ce5a16-01ef-4043-a84b-80a1cfdde6e8
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: 765f59d2-50a4-4010-ba0b-115b1ee10365
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: d57ffba4-fab4-4556-a135-08471ec7531f
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: dd5b4b45-973f-4706-bc4d-d4a7a8cbe301
langcode: en
status: true
dependencies: { }
name: Jobs
vid: jobs
description: ''
weight: 0
Loading