Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Clayton Dewey
5562b772b7 Restore 'exclude node title' permission 2019-09-02 08:47:24 -06:00
Clayton Dewey
287ee8f4c0 Add commenting to all content types except People 2019-08-31 13:47:25 -06:00
Clayton Dewey
2f73af8804 Allow anyone to post comments 2019-08-31 13:11:23 -06:00
Clayton Dewey
a8dd6d35b3 Add commenting to Basic Page 2019-08-31 13:09:05 -06:00
12 changed files with 82 additions and 49 deletions

View file

@ -42,13 +42,13 @@ mode: default
content: content:
comment: comment:
type: comment_default type: comment_default
weight: 13 weight: 12
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content region: content
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 10 weight: 9
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content region: content
@ -80,7 +80,7 @@ content:
type: entity_reference_paragraphs type: entity_reference_paragraphs
region: content region: content
field_economic_sectors: field_economic_sectors:
weight: 19 weight: 26
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -99,7 +99,7 @@ content:
third_party_settings: { } third_party_settings: { }
region: content region: content
field_institutions_structures: field_institutions_structures:
weight: 20 weight: 27
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -108,13 +108,13 @@ content:
type: entity_reference_autocomplete type: entity_reference_autocomplete
region: content region: content
field_meta_tags: field_meta_tags:
weight: 15 weight: 14
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
type: metatag_firehose type: metatag_firehose
region: content region: content
field_movements_struggles: field_movements_struggles:
weight: 21 weight: 28
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -123,7 +123,7 @@ content:
type: entity_reference_autocomplete type: entity_reference_autocomplete
region: content region: content
field_practices_tools_strategies: field_practices_tools_strategies:
weight: 22 weight: 29
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -132,13 +132,13 @@ content:
type: entity_reference_autocomplete type: entity_reference_autocomplete
region: content region: content
field_publication_date: field_publication_date:
weight: 25 weight: 24
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
type: datetime_default type: datetime_default
region: content region: content
field_regions: field_regions:
weight: 24 weight: 30
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -164,28 +164,22 @@ content:
region: content region: content
field_tags: field_tags:
type: entity_reference_autocomplete_tags type: entity_reference_autocomplete_tags
weight: 8 weight: 7
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
region: content region: content
field_topics:
weight: 7
settings: { }
third_party_settings: { }
type: options_select
region: content
field_upload: field_upload:
weight: 18 weight: 17
settings: settings:
progress_indicator: throbber progress_indicator: throbber
third_party_settings: { } third_party_settings: { }
type: file_generic type: file_generic
region: content region: content
field_visions_models: field_visions_models:
weight: 23 weight: 31
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -195,7 +189,7 @@ content:
region: content region: content
path: path:
type: path type: path
weight: 14 weight: 13
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content region: content
@ -203,21 +197,21 @@ content:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 11 weight: 10
third_party_settings: { } third_party_settings: { }
region: content region: content
status: status:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 16 weight: 15
region: content region: content
third_party_settings: { } third_party_settings: { }
sticky: sticky:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 12 weight: 11
third_party_settings: { } third_party_settings: { }
region: content region: content
title: title:
@ -230,7 +224,7 @@ content:
region: content region: content
uid: uid:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 9 weight: 8
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -238,9 +232,10 @@ content:
third_party_settings: { } third_party_settings: { }
region: content region: content
url_redirects: url_redirects:
weight: 17 weight: 16
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
hidden: hidden:
body: true body: true
field_topics: true

View file

@ -23,6 +23,7 @@ dependencies:
- node.type.blog - node.type.blog
module: module:
- comment - comment
- cshs
- file - file
- focal_point - focal_point
- metatag - metatag
@ -37,14 +38,14 @@ bundle: blog
mode: default mode: default
content: content:
comment: comment:
weight: 12 weight: 11
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
type: comment_default type: comment_default
region: content region: content
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 8 weight: 7
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content region: content
@ -70,7 +71,7 @@ content:
type: entity_reference_paragraphs type: entity_reference_paragraphs
region: content region: content
field_economic_sectors: field_economic_sectors:
weight: 52 weight: 16
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -89,7 +90,7 @@ content:
type: image_focal_point type: image_focal_point
region: content region: content
field_institutions_structures: field_institutions_structures:
weight: 53 weight: 17
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -98,13 +99,13 @@ content:
type: entity_reference_autocomplete type: entity_reference_autocomplete
region: content region: content
field_meta_tags: field_meta_tags:
weight: 13 weight: 12
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
type: metatag_firehose type: metatag_firehose
region: content region: content
field_movements_struggles: field_movements_struggles:
weight: 54 weight: 18
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -113,7 +114,7 @@ content:
type: entity_reference_autocomplete type: entity_reference_autocomplete
region: content region: content
field_practices_tools_strategies: field_practices_tools_strategies:
weight: 55 weight: 19
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -122,7 +123,7 @@ content:
type: entity_reference_autocomplete type: entity_reference_autocomplete
region: content region: content
field_regions: field_regions:
weight: 56 weight: 20
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -139,7 +140,7 @@ content:
type: text_textarea type: text_textarea
region: content region: content
field_tags: field_tags:
weight: 6 weight: 5
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -148,20 +149,23 @@ content:
type: entity_reference_autocomplete_tags type: entity_reference_autocomplete_tags
region: content region: content
field_topics: field_topics:
weight: 5 type: cshs
settings: { } weight: 22
third_party_settings: { }
type: options_select
region: content region: content
settings:
parent: 0
level_labels: ''
force_deepest: false
third_party_settings: { }
field_upload: field_upload:
weight: 51 weight: 15
settings: settings:
progress_indicator: throbber progress_indicator: throbber
third_party_settings: { } third_party_settings: { }
type: file_generic type: file_generic
region: content region: content
field_visions_models: field_visions_models:
weight: 57 weight: 21
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -171,7 +175,7 @@ content:
region: content region: content
path: path:
type: path type: path
weight: 11 weight: 10
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content region: content
@ -179,21 +183,21 @@ content:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 9 weight: 8
third_party_settings: { } third_party_settings: { }
region: content region: content
status: status:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 14 weight: 13
region: content region: content
third_party_settings: { } third_party_settings: { }
sticky: sticky:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 10 weight: 9
third_party_settings: { } third_party_settings: { }
region: content region: content
title: title:
@ -206,7 +210,7 @@ content:
region: content region: content
uid: uid:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 7 weight: 6
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -214,9 +218,9 @@ content:
third_party_settings: { } third_party_settings: { }
region: content region: content
url_redirects: url_redirects:
weight: 50 weight: 14
region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content
hidden: hidden:
body: true body: true

View file

@ -4,6 +4,7 @@ status: true
dependencies: dependencies:
config: config:
- field.field.node.collection.body - field.field.node.collection.body
- field.field.node.collection.comment
- field.field.node.collection.field_authors - field.field.node.collection.field_authors
- field.field.node.collection.field_collection_items - field.field.node.collection.field_collection_items
- field.field.node.collection.field_collection_type - field.field.node.collection.field_collection_type
@ -15,6 +16,7 @@ dependencies:
- image.style.thumbnail - image.style.thumbnail
- node.type.collection - node.type.collection
module: module:
- comment
- image - image
- metatag - metatag
- path - path
@ -26,6 +28,12 @@ targetEntityType: node
bundle: collection bundle: collection
mode: default mode: default
content: content:
comment:
weight: 26
settings: { }
third_party_settings: { }
type: comment_default
region: content
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 10 weight: 10

View file

@ -4,11 +4,13 @@ status: true
dependencies: dependencies:
config: config:
- field.field.node.gleaning.body - field.field.node.gleaning.body
- field.field.node.gleaning.comment
- field.field.node.gleaning.field_image - field.field.node.gleaning.field_image
- field.field.node.gleaning.field_upload - field.field.node.gleaning.field_upload
- image.style.thumbnail - image.style.thumbnail
- node.type.gleaning - node.type.gleaning
module: module:
- comment
- file - file
- image - image
- path - path
@ -27,6 +29,12 @@ content:
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
region: content region: content
comment:
weight: 124
settings: { }
third_party_settings: { }
type: comment_default
region: content
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 10 weight: 10

View file

@ -3,10 +3,12 @@ langcode: en
status: true status: true
dependencies: dependencies:
config: config:
- field.field.node.landing_page.comment
- field.field.node.landing_page.field_body_paragraph - field.field.node.landing_page.field_body_paragraph
- field.field.node.landing_page.field_meta_tags - field.field.node.landing_page.field_meta_tags
- node.type.landing_page - node.type.landing_page
module: module:
- comment
- metatag - metatag
- paragraphs - paragraphs
- path - path
@ -17,6 +19,12 @@ targetEntityType: node
bundle: landing_page bundle: landing_page
mode: default mode: default
content: content:
comment:
weight: 51
settings: { }
third_party_settings: { }
type: comment_default
region: content
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 3 weight: 3

View file

@ -4,11 +4,13 @@ status: true
dependencies: dependencies:
config: config:
- field.field.node.page.body - field.field.node.page.body
- field.field.node.page.comment
- field.field.node.page.field_body_paragraph - field.field.node.page.field_body_paragraph
- field.field.node.page.field_meta_tags - field.field.node.page.field_meta_tags
- field.field.node.page.field_summary - field.field.node.page.field_summary
- node.type.page - node.type.page
module: module:
- comment
- metatag - metatag
- paragraphs - paragraphs
- path - path
@ -20,6 +22,12 @@ targetEntityType: node
bundle: page bundle: page
mode: default mode: default
content: content:
comment:
weight: 51
settings: { }
third_party_settings: { }
type: comment_default
region: content
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 4 weight: 4

View file

@ -30,6 +30,6 @@ settings:
default_mode: 1 default_mode: 1
per_page: 50 per_page: 50
anonymous: 1 anonymous: 1
form_location: true form_location: false
preview: 0 preview: 0
field_type: comment field_type: comment

View file

@ -30,6 +30,6 @@ settings:
default_mode: 1 default_mode: 1
per_page: 50 per_page: 50
anonymous: 1 anonymous: 1
form_location: true form_location: false
preview: 0 preview: 0
field_type: comment field_type: comment

View file

@ -225,6 +225,7 @@ permissions:
- 'upload files' - 'upload files'
- 'use PHP for title patterns' - 'use PHP for title patterns'
- 'use advanced search' - 'use advanced search'
- 'use exclude node title'
- 'use page manager' - 'use page manager'
- 'use panels caching features' - 'use panels caching features'
- 'use panels dashboard' - 'use panels dashboard'

View file

@ -23,6 +23,7 @@ permissions:
- 'post comments' - 'post comments'
- 'search Google CSE' - 'search Google CSE'
- 'search content' - 'search content'
- 'skip comment approval'
- 'use exclude node title' - 'use exclude node title'
- 'use text format 1' - 'use text format 1'
- 'use text format 3' - 'use text format 3'

View file

@ -29,6 +29,7 @@ permissions:
- 'edit own weblinks' - 'edit own weblinks'
- 'post comments' - 'post comments'
- 'search content' - 'search content'
- 'skip comment approval'
- 'use exclude node title' - 'use exclude node title'
- 'use text format 1' - 'use text format 1'
- 'use text format 3' - 'use text format 3'

View file

@ -141,7 +141,6 @@ permissions:
- 'unflag slider' - 'unflag slider'
- 'upload files' - 'upload files'
- 'use advanced search' - 'use advanced search'
- 'use exclude node title'
- 'use text format 3' - 'use text format 3'
- 'view files' - 'view files'
- 'view revisions' - 'view revisions'