Skip to content
Snippets Groups Projects
Commit d5f75f76 authored by Claudiu Cristea's avatar Claudiu Cristea
Browse files

Merge branch 'ISAICP-9575' into 'develop'

ISAICP-9575: "Login or create an account to comment" banner appears in the wrong location.

See merge request digit/digit-joinup-dev!2019
parents a28ffb00 4621cc5a
No related branches found
No related tags found
1 merge request!215Release 2.3.2
Showing
with 46 additions and 55 deletions
uuid: 1568adf7-9ebe-429f-84eb-3cf864207b07
langcode: en
status: true
dependencies:
config:
- simple_block.simple_block.anonymous_comment_links
module:
- node
- simple_block
- user
theme:
- ventuno
id: ventuno_anonymous_comment_links
theme: ventuno
region: content
weight: -8
provider: null
plugin: 'simple_block:anonymous_comment_links'
settings:
id: 'simple_block:anonymous_comment_links'
label: 'Anonymous comment links'
label_display: '0'
provider: simple_block
visibility:
user_role:
id: user_role
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
roles:
anonymous: anonymous
'entity_bundle:node':
id: 'entity_bundle:node'
negate: false
context_mapping:
node: '@node.node_route_context:node'
bundles:
discussion: discussion
document: document
news: news
...@@ -54,6 +54,7 @@ content: ...@@ -54,6 +54,7 @@ content:
weight: 2 weight: 2
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_attachment: true field_attachment: true
field_discussion_logo: true field_discussion_logo: true
......
...@@ -32,6 +32,11 @@ targetEntityType: node ...@@ -32,6 +32,11 @@ targetEntityType: node
bundle: discussion bundle: discussion
mode: default mode: default
content: content:
anonymous_comment_links:
settings: { }
third_party_settings: { }
weight: 5
region: content
body: body:
type: text_default type: text_default
label: hidden label: hidden
...@@ -47,7 +52,7 @@ content: ...@@ -47,7 +52,7 @@ content:
third_party_settings: third_party_settings:
template_suggestion: template_suggestion:
template_suggestion: with_label template_suggestion: with_label
weight: 10 weight: 11
region: content region: content
field_discussion_logo: field_discussion_logo:
type: image type: image
...@@ -64,7 +69,7 @@ content: ...@@ -64,7 +69,7 @@ content:
third_party_settings: third_party_settings:
template_suggestion: template_suggestion:
template_suggestion: '' template_suggestion: ''
weight: 12 weight: 13
region: content region: content
field_replies: field_replies:
type: comment_default type: comment_default
...@@ -84,14 +89,14 @@ content: ...@@ -84,14 +89,14 @@ content:
third_party_settings: third_party_settings:
template_suggestion: template_suggestion:
template_suggestion: entity_reference__listing_tile template_suggestion: entity_reference__listing_tile
weight: 8 weight: 9
region: content region: content
field_state: field_state:
type: list_default type: list_default
label: above label: above
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 6
region: content region: content
field_topic: field_topic:
type: entity_reference_label type: entity_reference_label
...@@ -106,12 +111,12 @@ content: ...@@ -106,12 +111,12 @@ content:
flag_subscribe_discussions: flag_subscribe_discussions:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
weight: 11 weight: 12
region: content region: content
invite_link: invite_link:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
weight: 7 weight: 8
region: content region: content
links: links:
settings: { } settings: { }
...@@ -138,12 +143,12 @@ content: ...@@ -138,12 +143,12 @@ content:
third_party_settings: third_party_settings:
template_suggestion: template_suggestion:
template_suggestion: no_wrappers template_suggestion: no_wrappers
weight: 6 weight: 7
region: content region: content
share_link: share_link:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
weight: 9 weight: 10
region: content region: content
hidden: hidden:
featured: true featured: true
......
...@@ -63,6 +63,7 @@ content: ...@@ -63,6 +63,7 @@ content:
weight: 1 weight: 1
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_attachment: true field_attachment: true
field_keywords: true field_keywords: true
......
...@@ -59,6 +59,7 @@ content: ...@@ -59,6 +59,7 @@ content:
weight: 0 weight: 0
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_attachment: true field_attachment: true
field_discussion_logo: true field_discussion_logo: true
......
...@@ -57,6 +57,7 @@ content: ...@@ -57,6 +57,7 @@ content:
weight: 10 weight: 10
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_attachment: true field_attachment: true
field_keywords: true field_keywords: true
......
...@@ -62,6 +62,7 @@ content: ...@@ -62,6 +62,7 @@ content:
weight: 10 weight: 10
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_attachment: true field_attachment: true
field_keywords: true field_keywords: true
......
...@@ -126,6 +126,7 @@ content: ...@@ -126,6 +126,7 @@ content:
weight: 3 weight: 3
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_comments: true field_comments: true
field_file: true field_file: true
......
...@@ -75,6 +75,11 @@ targetEntityType: node ...@@ -75,6 +75,11 @@ targetEntityType: node
bundle: document bundle: document
mode: default mode: default
content: content:
anonymous_comment_links:
settings: { }
third_party_settings: { }
weight: 7
region: content
field_comments: field_comments:
type: comment_default type: comment_default
label: above label: above
...@@ -130,7 +135,7 @@ content: ...@@ -130,7 +135,7 @@ content:
third_party_settings: third_party_settings:
template_suggestion: template_suggestion:
template_suggestion: entity_reference__listing_tile template_suggestion: entity_reference__listing_tile
weight: 7 weight: 8
region: content region: content
field_short_title: field_short_title:
type: string type: string
......
...@@ -75,6 +75,7 @@ content: ...@@ -75,6 +75,7 @@ content:
weight: 0 weight: 0
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_comments: true field_comments: true
field_file: true field_file: true
......
...@@ -117,6 +117,7 @@ content: ...@@ -117,6 +117,7 @@ content:
weight: 2 weight: 2
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_comments: true field_comments: true
field_file: true field_file: true
......
...@@ -62,6 +62,7 @@ content: ...@@ -62,6 +62,7 @@ content:
weight: 0 weight: 0
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_comments: true field_comments: true
field_document_logo: true field_document_logo: true
......
...@@ -74,6 +74,7 @@ content: ...@@ -74,6 +74,7 @@ content:
weight: 2 weight: 2
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_comments: true field_comments: true
field_file: true field_file: true
......
...@@ -116,6 +116,7 @@ content: ...@@ -116,6 +116,7 @@ content:
weight: 2 weight: 2
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_comments: true field_comments: true
field_file: true field_file: true
......
...@@ -99,6 +99,7 @@ content: ...@@ -99,6 +99,7 @@ content:
weight: 3 weight: 3
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_attachment: true field_attachment: true
field_comments: true field_comments: true
......
...@@ -47,6 +47,11 @@ targetEntityType: node ...@@ -47,6 +47,11 @@ targetEntityType: node
bundle: event bundle: event
mode: default mode: default
content: content:
anonymous_comment_links:
settings: { }
third_party_settings: { }
weight: 8
region: content
field_attachment: field_attachment:
type: file_table type: file_table
label: hidden label: hidden
...@@ -55,7 +60,7 @@ content: ...@@ -55,7 +60,7 @@ content:
third_party_settings: third_party_settings:
template_suggestion: template_suggestion:
template_suggestion: with_label template_suggestion: with_label
weight: 11 weight: 12
region: content region: content
field_comments: field_comments:
type: comment_default type: comment_default
...@@ -99,7 +104,7 @@ content: ...@@ -99,7 +104,7 @@ content:
third_party_settings: third_party_settings:
template_suggestion: template_suggestion:
template_suggestion: '' template_suggestion: ''
weight: 12 weight: 13
region: content region: content
field_event_date: field_event_date:
type: addtocall_daterange_condensed type: addtocall_daterange_condensed
...@@ -118,7 +123,7 @@ content: ...@@ -118,7 +123,7 @@ content:
third_party_settings: third_party_settings:
template_suggestion: template_suggestion:
template_suggestion: bare template_suggestion: bare
weight: 10 weight: 11
region: content region: content
field_event_logo: field_event_logo:
type: image type: image
...@@ -145,7 +150,7 @@ content: ...@@ -145,7 +150,7 @@ content:
rel: '' rel: ''
target: '' target: ''
third_party_settings: { } third_party_settings: { }
weight: 13 weight: 14
region: content region: content
field_event_web_url: field_event_web_url:
type: link type: link
...@@ -210,12 +215,12 @@ content: ...@@ -210,12 +215,12 @@ content:
third_party_settings: third_party_settings:
template_suggestion: template_suggestion:
template_suggestion: no_wrappers template_suggestion: no_wrappers
weight: 9 weight: 10
region: content region: content
share_link: share_link:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
weight: 8 weight: 9
region: content region: content
hidden: hidden:
abstract: true abstract: true
......
...@@ -87,6 +87,7 @@ content: ...@@ -87,6 +87,7 @@ content:
weight: 2 weight: 2
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_attachment: true field_attachment: true
field_comments: true field_comments: true
......
...@@ -118,6 +118,7 @@ content: ...@@ -118,6 +118,7 @@ content:
weight: 4 weight: 4
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_attachment: true field_attachment: true
field_comments: true field_comments: true
......
...@@ -56,6 +56,7 @@ content: ...@@ -56,6 +56,7 @@ content:
region: content region: content
hidden: hidden:
abstract: true abstract: true
anonymous_comment_links: true
featured: true featured: true
field_attachment: true field_attachment: true
field_comments: true field_comments: true
......
...@@ -68,6 +68,7 @@ content: ...@@ -68,6 +68,7 @@ content:
weight: 0 weight: 0
region: content region: content
hidden: hidden:
anonymous_comment_links: true
featured: true featured: true
field_attachment: true field_attachment: true
field_comments: true field_comments: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment