Add some of our minor intentional changes on live: permissions, input format; labels
This commit is contained in:
parent
deb534f254
commit
a1a3c1bab7
9 changed files with 30 additions and 6 deletions
|
@ -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
|
||||
|
|
17
config/sync/filter.format.markdown.yml
Normal file
17
config/sync/filter.format.markdown.yml
Normal 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
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -6,4 +6,5 @@ id: staff
|
|||
label: Staff
|
||||
weight: 8
|
||||
is_admin: null
|
||||
permissions: { }
|
||||
permissions:
|
||||
- 'bypass honeypot protection'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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 <a href="/blog">blog posts</a> or watch our <a href="https://peertube.video/accounts/agaric/videos">training videos</a>.'
|
||||
confirmation_url: ''
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
|
|
Loading…
Reference in a new issue