Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbutura committed May 21, 2024
2 parents 9e1b52b + aa51d08 commit 62c4b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
30 changes: 0 additions & 30 deletions config/sync/core.entity_view_display.node.events.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,21 +149,6 @@ third_party_settings:
suggestion: sidebar_dropdown
weight: 0
additional: { }
b2645403-aa79-4d79-ac98-d36c0c473477:
uuid: b2645403-aa79-4d79-ac98-d36c0c473477
region: first
configuration:
id: 'field_block:node:events:field_organizer'
label_display: '0'
context_mapping:
entity: layout_builder.entity
formatter:
type: list_default
label: above
settings: { }
third_party_settings: { }
weight: 0
additional: { }
third_party_settings: { }
-
layout_id: parc_content
Expand Down Expand Up @@ -240,21 +225,6 @@ third_party_settings:
class: ''
style: ''
data: ''
494267e4-9472-4f05-a23b-101f31cafc12:
uuid: 494267e4-9472-4f05-a23b-101f31cafc12
region: menu
configuration:
id: 'field_block:node:events:field_metatags'
label_display: '0'
context_mapping:
entity: layout_builder.entity
formatter:
type: metatag_empty_formatter
label: above
settings: { }
third_party_settings: { }
weight: 0
additional: { }
601480d3-8412-4104-b31d-fc6dcabe968f:
uuid: 601480d3-8412-4104-b31d-fc6dcabe968f
region: second
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
{% for project in projects %}
<div data-project="{{ project.id }}" class="project-title">
<span class="projects-hoverable">
<a href="{{ project.url }}">{{ project.name }}</a>
{# <a href="{{ project.url }}">{{ project.name }}</a>#}
{{ project.name }}
</span>
</div>
{% endfor %}
Expand Down

0 comments on commit 62c4b9d

Please sign in to comment.