Apply config changes from database updates

Ref #243
This commit is contained in:
benjamin melançon 2024-02-15 20:34:34 -05:00
parent 69ca1e7840
commit bb285d185c
126 changed files with 640 additions and 51 deletions

View file

@ -6,6 +6,7 @@ dependencies:
- filter.format.basic_html
- filter.format.markdown
- filter.format.minimalhtml
- filter.format.webform_default
module:
- captcha
- coffee
@ -13,6 +14,7 @@ dependencies:
- comment_notify
- contact
- exclude_node_title
- file
- filter
- media
- shortcut
@ -31,6 +33,7 @@ permissions:
- 'access site-wide contact form'
- 'cancel account'
- 'change own username'
- 'delete own files'
- 'edit own comments'
- 'post comments'
- 'skip CAPTCHA'
@ -40,4 +43,5 @@ permissions:
- 'use text format basic_html'
- 'use text format markdown'
- 'use text format minimalhtml'
- 'use text format webform_default'
- 'view media'