Add some of our minor intentional changes on live: permissions, input format; labels

This commit is contained in:
Benjamin Melançon 2019-08-18 12:59:10 -04:00
parent deb534f254
commit a1a3c1bab7
9 changed files with 30 additions and 6 deletions

View file

@ -1,9 +1,9 @@
definitions: definitions:
contact__site_page: contact__site_page:
enabled: true
menu_name: footer menu_name: footer
parent: '' parent: ''
weight: 0 weight: 0
expanded: false expanded: false
enabled: false
_core: _core:
default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM

View file

@ -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

View file

@ -12,6 +12,7 @@ permissions:
- 'access contextual links' - 'access contextual links'
- 'access in-place editing' - 'access in-place editing'
- 'access patterns page' - 'access patterns page'
- 'bypass honeypot protection'
- 'create action content' - 'create action content'
- 'create article content' - 'create article content'
- 'create blog content' - 'create blog content'
@ -41,6 +42,7 @@ permissions:
- 'edit terms in tags' - 'edit terms in tags'
- 'skip comment approval' - 'skip comment approval'
- 'use exclude node title' - 'use exclude node title'
- 'use text format markdown'
- 'use text format minimalhtml' - 'use text format minimalhtml'
- 'use text format minimalhtmltitle' - 'use text format minimalhtmltitle'
- 'view blog revisions' - 'view blog revisions'

View file

@ -23,6 +23,7 @@ permissions:
- 'administer nodes' - 'administer nodes'
- 'administer taxonomy' - 'administer taxonomy'
- 'administer users' - 'administer users'
- 'bypass honeypot protection'
- 'bypass node access' - 'bypass node access'
- 'bypass node access' - 'bypass node access'
- 'create event content' - 'create event content'
@ -52,6 +53,7 @@ permissions:
- 'skip comment approval' - 'skip comment approval'
- 'use exclude node title' - 'use exclude node title'
- 'use text format full_html' - 'use text format full_html'
- 'use text format markdown'
- 'use text format minimalhtml' - 'use text format minimalhtml'
- 'use text format minimalhtmltitle' - 'use text format minimalhtmltitle'
- 'use text format restricted_html' - 'use text format restricted_html'

View file

@ -34,6 +34,7 @@ permissions:
- 'administer url aliases' - 'administer url aliases'
- 'administer users' - 'administer users'
- 'bypass group access' - 'bypass group access'
- 'bypass honeypot protection'
- 'bypass node access' - 'bypass node access'
- 'bypass node access' - 'bypass node access'
- 'create event content' - 'create event content'
@ -65,6 +66,7 @@ permissions:
- 'skip comment approval' - 'skip comment approval'
- 'use exclude node title' - 'use exclude node title'
- 'use text format full_html' - 'use text format full_html'
- 'use text format markdown'
- 'use text format minimalhtml' - 'use text format minimalhtml'
- 'use text format minimalhtmltitle' - 'use text format minimalhtmltitle'
- 'use text format restricted_html' - 'use text format restricted_html'

View file

@ -6,4 +6,5 @@ id: staff
label: Staff label: Staff
weight: 8 weight: 8
is_admin: null is_admin: null
permissions: { } permissions:
- 'bypass honeypot protection'

View file

@ -12,7 +12,7 @@ _core:
id: case_study id: case_study
label: 'Case Study' label: 'Case Study'
module: views module: views
description: '' description: 'Our Work'
tag: '' tag: ''
base_table: search_api_index_case_study base_table: search_api_index_case_study
base_field: search_api_id base_field: search_api_id

View file

@ -186,7 +186,7 @@ mail:
default_reply_to: '' default_reply_to: ''
default_return_path: '' default_return_path: ''
default_sender_mail: '' default_sender_mail: ''
default_sender_name: '' default_sender_name: Agaric
default_subject: 'Webform submission from: [webform_submission:source-entity]' default_subject: 'Webform submission from: [webform_submission:source-entity]'
default_body_text: | default_body_text: |
Submitted on [webform_submission:created] Submitted on [webform_submission:created]

View file

@ -129,8 +129,8 @@ settings:
draft_pending_single_message: '' draft_pending_single_message: ''
draft_pending_multiple_message: '' draft_pending_multiple_message: ''
confirmation_type: page confirmation_type: page
confirmation_title: '' confirmation_title: 'Your training request was a success.'
confirmation_message: '' confirmation_message: 'Thank you for requesting a training. We&#39;ll look over your needs and follow up with you soon. In the meantime, feel free to peruse our <a href="/blog">blog posts</a> or watch our <a href="https://peertube.video/accounts/agaric/videos">training videos</a>.'
confirmation_url: '' confirmation_url: ''
confirmation_attributes: { } confirmation_attributes: { }
confirmation_back: true confirmation_back: true