Skip to content
Snippets Groups Projects
Verified Commit 82f55a31 authored by Alexandre Dias's avatar Alexandre Dias
Browse files

ISAICP-9399: Add upcoming events block.

parent 6b0be448
No related branches found
No related tags found
1 merge request!209Release 2.2.0
......@@ -7,7 +7,7 @@ resendrequest_delay: 3600
confirmation_lifetime: 0
confirmation_request:
subject: '[site:name] - Please validate your contact details'
body: "<p>Dear Interoperable Europe Portal user,</p><p>As owner/facilitator, we're improving your privacy by replacing the publicly visible contact email information with a contact form that users/members can use to reach you.</p><p>Please confirm your email address <strong>[email-confirmer:confirmation-mail]</strong>, which is set in your contact information for the following:</p>[email-confirmer:confirmation-entities]<p><strong><a href=\"[email-confirmer:confirmation-url]\">Confirm your e-mail address</a></strong><p><p>If the link doesn''t work, just copy this URL to your browser:</p><p>[email-confirmer:confirmation-url]</p><p>If you do not validate your email within the next 5 days, you will not be able to receive any messages from users/members.</p><p>If you think this action is not clear or not due, please contact Portal Support at <a href=\"https://interoperable-europe.ec.europa.eu/contact\" taget=\"_blank\">https://interoperable-europe.ec.europa.eu/contact</a>.</p><p>Best regards,<br />The Interoperable Europe Portal Team</p>"
body: '<p>Dear Interoperable Europe Portal user,</p><p>As owner/facilitator, we''re improving your privacy by replacing the publicly visible contact email information with a contact form that users/members can use to reach you.</p><p>Please confirm your email address <strong>[email-confirmer:confirmation-mail]</strong>, which is set in your contact information for the following:</p>[email-confirmer:confirmation-entities]<p><strong><a href="[email-confirmer:confirmation-url]">Confirm your e-mail address</a></strong><p><p>If the link doesn''''t work, just copy this URL to your browser:</p><p>[email-confirmer:confirmation-url]</p><p>If you do not validate your email within the next 5 days, you will not be able to receive any messages from users/members.</p><p>If you think this action is not clear or not due, please contact Portal Support at <a href="https://interoperable-europe.ec.europa.eu/contact" taget="_blank">https://interoperable-europe.ec.europa.eu/contact</a>.</p><p>Best regards,<br />The Interoperable Europe Portal Team</p>'
confirmation_response:
skip_confirmation_form: false
questions:
......
......@@ -7,6 +7,10 @@ dependencies:
- paragraphs.paragraphs_type.events_calendar
module:
- block_field
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: paragraph.events_calendar.paragraph_block
field_name: paragraph_block
entity_type: paragraph
......@@ -23,4 +27,5 @@ settings:
plugin_ids:
'views_block:calendar-by_month': 'views_block:calendar-by_month'
'views_block:calendar-by_week': 'views_block:calendar-by_week'
'views_block:events_calendar-upcoming_events_block': 'views_block:events_calendar-upcoming_events_block'
field_type: block_field
......@@ -125,4 +125,4 @@ status_canceled:
Kind regards,
The Portal Support Team
The Portal Support Team
\ No newline at end of file
......@@ -270,6 +270,62 @@ display:
- 'user.node_grants:view'
- user.permissions
tags: { }
upcoming_events_block:
id: upcoming_events_block
display_title: Block
display_plugin: block
position: 2
display_options:
arguments:
og_audience_target_id:
id: og_audience_target_id
table: node__og_audience
field: og_audience_target_id
relationship: none
group_type: group
admin_label: ''
plugin_id: numeric
default_action: default
exception:
value: all
title_enable: false
title: All
title_enable: false
title: ''
default_argument_type: og_group_context
default_argument_options: { }
summary_options:
base_path: ''
count: true
override: false
items_per_page: 25
summary:
sort_order: asc
number_of_records: 0
format: default_summary
specify_validation: true
validate:
type: none
fail: empty
validate_options: { }
break_phrase: false
not: false
defaults:
arguments: false
display_extenders:
metatag_display_extender:
metatags: { }
tokenize: false
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- 'user.node_grants:view'
- user.permissions
tags: { }
upcoming_events_page:
id: upcoming_events_page
display_title: Page
......
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