From a1a3c1bab700806d5b02d51c00a64623fd127fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sun, 18 Aug 2019 12:59:10 -0400 Subject: [PATCH] Add some of our minor intentional changes on live: permissions, input format; labels --- .../core.menu.static_menu_link_overrides.yml | 2 +- config/sync/filter.format.markdown.yml | 17 +++++++++++++++++ config/sync/user.role.contributor.yml | 2 ++ config/sync/user.role.editor.yml | 2 ++ config/sync/user.role.manager.yml | 2 ++ config/sync/user.role.staff.yml | 3 ++- config/sync/views.view.case_study.yml | 2 +- config/sync/webform.settings.yml | 2 +- config/sync/webform.webform.training.yml | 4 ++-- 9 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 config/sync/filter.format.markdown.yml diff --git a/config/sync/core.menu.static_menu_link_overrides.yml b/config/sync/core.menu.static_menu_link_overrides.yml index 8624258..a152773 100644 --- a/config/sync/core.menu.static_menu_link_overrides.yml +++ b/config/sync/core.menu.static_menu_link_overrides.yml @@ -1,9 +1,9 @@ definitions: contact__site_page: - enabled: true menu_name: footer parent: '' weight: 0 expanded: false + enabled: false _core: default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM diff --git a/config/sync/filter.format.markdown.yml b/config/sync/filter.format.markdown.yml new file mode 100644 index 0000000..ba36668 --- /dev/null +++ b/config/sync/filter.format.markdown.yml @@ -0,0 +1,17 @@ +uuid: bafc7219-d76b-411d-9eb2-a3be3d94dc4a +langcode: en +status: true +dependencies: + module: + - markdown +name: Markdown +format: markdown +weight: 0 +filters: + markdown: + id: markdown + provider: markdown + status: true + weight: 0 + settings: + markdown_library: commonmark diff --git a/config/sync/user.role.contributor.yml b/config/sync/user.role.contributor.yml index b6a1da0..beb54f3 100644 --- a/config/sync/user.role.contributor.yml +++ b/config/sync/user.role.contributor.yml @@ -12,6 +12,7 @@ permissions: - 'access contextual links' - 'access in-place editing' - 'access patterns page' + - 'bypass honeypot protection' - 'create action content' - 'create article content' - 'create blog content' @@ -41,6 +42,7 @@ permissions: - 'edit terms in tags' - 'skip comment approval' - 'use exclude node title' + - 'use text format markdown' - 'use text format minimalhtml' - 'use text format minimalhtmltitle' - 'view blog revisions' diff --git a/config/sync/user.role.editor.yml b/config/sync/user.role.editor.yml index 2e0f31c..7338868 100644 --- a/config/sync/user.role.editor.yml +++ b/config/sync/user.role.editor.yml @@ -23,6 +23,7 @@ permissions: - 'administer nodes' - 'administer taxonomy' - 'administer users' + - 'bypass honeypot protection' - 'bypass node access' - 'bypass node access' - 'create event content' @@ -52,6 +53,7 @@ permissions: - 'skip comment approval' - 'use exclude node title' - 'use text format full_html' + - 'use text format markdown' - 'use text format minimalhtml' - 'use text format minimalhtmltitle' - 'use text format restricted_html' diff --git a/config/sync/user.role.manager.yml b/config/sync/user.role.manager.yml index 6944d61..43ec193 100644 --- a/config/sync/user.role.manager.yml +++ b/config/sync/user.role.manager.yml @@ -34,6 +34,7 @@ permissions: - 'administer url aliases' - 'administer users' - 'bypass group access' + - 'bypass honeypot protection' - 'bypass node access' - 'bypass node access' - 'create event content' @@ -65,6 +66,7 @@ permissions: - 'skip comment approval' - 'use exclude node title' - 'use text format full_html' + - 'use text format markdown' - 'use text format minimalhtml' - 'use text format minimalhtmltitle' - 'use text format restricted_html' diff --git a/config/sync/user.role.staff.yml b/config/sync/user.role.staff.yml index 8c06239..c82065d 100644 --- a/config/sync/user.role.staff.yml +++ b/config/sync/user.role.staff.yml @@ -6,4 +6,5 @@ id: staff label: Staff weight: 8 is_admin: null -permissions: { } +permissions: + - 'bypass honeypot protection' diff --git a/config/sync/views.view.case_study.yml b/config/sync/views.view.case_study.yml index dec192b..79d2f0f 100644 --- a/config/sync/views.view.case_study.yml +++ b/config/sync/views.view.case_study.yml @@ -12,7 +12,7 @@ _core: id: case_study label: 'Case Study' module: views -description: '' +description: 'Our Work' tag: '' base_table: search_api_index_case_study base_field: search_api_id diff --git a/config/sync/webform.settings.yml b/config/sync/webform.settings.yml index 1976058..e2eaed5 100644 --- a/config/sync/webform.settings.yml +++ b/config/sync/webform.settings.yml @@ -186,7 +186,7 @@ mail: default_reply_to: '' default_return_path: '' default_sender_mail: '' - default_sender_name: '' + default_sender_name: Agaric default_subject: 'Webform submission from: [webform_submission:source-entity]' default_body_text: | Submitted on [webform_submission:created] diff --git a/config/sync/webform.webform.training.yml b/config/sync/webform.webform.training.yml index 23ccc7b..3970669 100644 --- a/config/sync/webform.webform.training.yml +++ b/config/sync/webform.webform.training.yml @@ -129,8 +129,8 @@ settings: draft_pending_single_message: '' draft_pending_multiple_message: '' confirmation_type: page - confirmation_title: '' - confirmation_message: '' + confirmation_title: 'Your training request was a success.' + confirmation_message: 'Thank you for requesting a training. We'll look over your needs and follow up with you soon. In the meantime, feel free to peruse our blog posts or watch our training videos.' confirmation_url: '' confirmation_attributes: { } confirmation_back: true