Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POORVU: YS Campus Group module #785

Open
wants to merge 43 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
cb072ea
"Initial Commit"
Mar 13, 2024
d76bdb1
"Applying pantheon.yml file"
Mar 13, 2024
909ccc4
Composer.lock added by Pantheon
Mar 13, 2024
e402cc0
chore: bump yalesites_profile to 1.2.0
Apr 3, 2024
95e1dca
Added drupal/jquery_ui_draggable 2.0.0 and 11 others
Apr 3, 2024
c7464d0
chore: bump yalesites_profile to 1.3.0
May 15, 2024
4b9e66f
Added drupal/workflow_buttons 1.0.0-beta6 and 23 others
May 15, 2024
379de8f
chore: bump yalesites_profile to 1.4.0
Jun 25, 2024
0bfdb88
Removed drupal/wingsuit_companion 2.1.0 and 35 others
Jun 25, 2024
de026a7
chore: bump yalesites_profile to 1.5.1
Aug 15, 2024
ebacbef
Updated drupal/token to 1.15.0 and 16 others
Aug 15, 2024
1640fa9
chore: bump yalesites_profile to 1.6.0
Aug 26, 2024
f0128cc
Updated yalesites-org/ai_engine to v1.2.4 and 2 others
Aug 26, 2024
2729eaf
chore: bump yalesites_profile to 1.8.0
Sep 18, 2024
4f0732f
Updated drupal/chosen_lib to 4.0.3 and 10 others
Sep 18, 2024
26b8a42
chore: bump yalesites_profile to 1.8.1
Sep 19, 2024
3e6f190
Updated phpstan/phpstan to 1.12.4
Sep 19, 2024
9b6f7c4
41140624 - Create Flag Vocabulary
Oct 4, 2024
83e0bc9
41140625 - Create Tags block type
Oct 4, 2024
bafcbd3
41204281 - Create Page Audience Vocabulary
Oct 8, 2024
76b62cb
41204294 - Create Fields in page content type - Flag and Audience
Oct 8, 2024
2f5edb3
41208471 - Create type Vocabulary and Type field in page content type
Oct 9, 2024
10f4fed
Merged in feature/41140624-create-flag-vocabulary (pull request #1)
Oct 9, 2024
d592cb4
Merged in feature/41140625-tags-block-type (pull request #2)
Oct 9, 2024
8edf0d1
Merged in feature/41204281-create-page-audience-vocabulary (pull requ…
Oct 9, 2024
45b6dff
Merged in feature/41204294-create-fields-in-page-content-type (pull r…
Oct 9, 2024
f64915f
Merge branch 'ifactory' into feature/41208471-create-type-vocabulary
Oct 10, 2024
ce2832f
41140627 - Create Tags Block
Oct 10, 2024
2934a62
Merged in feature/41208471-create-type-vocabulary (pull request #5)
Oct 11, 2024
5904745
Merged in feature/41140627-Create-tags-block (pull request #6)
Oct 11, 2024
f578c63
41292734 - Remove flag field from page content type
Oct 21, 2024
f6f8b9b
41292736 - Remove flag vocabulary
Oct 21, 2024
4c6ac7d
Merged in feature/41292734-remove-flag-field (pull request #7)
Oct 21, 2024
3075406
Merged in feature/41292736-remove-flag-vocabulary (pull request #8)
Oct 21, 2024
a20f0b8
ys-campus-group - Campus Groups feed import module.
Oct 25, 2024
2d736a4
Merge branch 'develop' into ys-campus-group
JAyenGreen Oct 25, 2024
d052d58
ys-campus-group - PHPCS fixes.
Oct 25, 2024
0159c7f
Merge branch 'ys-campus-group' of github.com:yalesites-org/yalesites-…
Oct 25, 2024
2d4ffb8
ys-campus-group- another PHPCS fix.
Oct 25, 2024
8bc68b5
ys-campus-group - Remove composer.lock from the repo.
Oct 25, 2024
3220cdd
ys-campus-groups - PHPCS fix.
Oct 25, 2024
3f428f1
ys-campus-group - removed PHPCS warning.
Oct 25, 2024
6d80f0b
ys-campus-group - again.
Oct 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
uuid: a69bdfdd-d7d2-4c53-b531-54531018f15d
langcode: en
status: true
dependencies:
module:
- entity_redirect
third_party_settings:
entity_redirect:
redirect:
add:
active: 0
destination: default
url: ''
external: ''
edit:
active: 0
destination: default
url: ''
external: ''
delete:
active: 0
destination: default
url: ''
external: ''
anonymous:
active: 0
destination: default
url: ''
external: ''
id: tags
label: Tags
revision: 1
description: 'Block to display tag information about a Resource '
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
uuid: aec9487e-e4cf-4057-b324-99a12f9215f5
langcode: en
status: true
dependencies:
config:
- block_content.type.tags
- field.field.block_content.tags.field_selected_resource
module:
- hide_revision_field
id: block_content.tags.default
targetEntityType: block_content
bundle: tags
mode: default
content:
field_selected_resource:
type: entity_reference_autocomplete
weight: 82
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
info:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
revision_log:
type: hide_revision_field_log_widget
weight: 80
region: content
settings:
rows: 5
placeholder: ''
show: true
default: ''
permission_based: false
allow_user_settings: true
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.node.page.field_audience
- field.field.node.page.field_category
- field.field.node.page.field_external_source
- field.field.node.page.field_login_required
Expand All @@ -11,6 +12,7 @@ dependencies:
- field.field.node.page.field_teaser_media
- field.field.node.page.field_teaser_text
- field.field.node.page.field_teaser_title
- field.field.node.page.field_type
- field.field.node.page.layout_builder__layout
- node.type.page
module:
Expand All @@ -34,7 +36,7 @@ third_party_settings:
label: Teaser
region: content
parent_name: ''
weight: 3
weight: 6
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -48,7 +50,7 @@ third_party_settings:
label: 'Publishing Settings'
region: content
parent_name: ''
weight: 8
weight: 11
format_type: details_sidebar
format_settings:
classes: ''
Expand All @@ -64,7 +66,7 @@ third_party_settings:
label: 'External Link'
region: content
parent_name: ''
weight: 10
weight: 13
format_type: details_sidebar
format_settings:
classes: ''
Expand All @@ -79,6 +81,12 @@ targetEntityType: node
bundle: page
mode: default
content:
field_audience:
type: chosen_select
weight: 4
region: content
settings: { }
third_party_settings: { }
field_category:
type: chosen_select
weight: 1
Expand All @@ -102,7 +110,7 @@ content:
third_party_settings: { }
field_metatags:
type: metatag_firehose
weight: 7
weight: 10
region: content
settings:
sidebar: true
Expand Down Expand Up @@ -144,27 +152,33 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
field_type:
type: chosen_select
weight: 5
region: content
settings: { }
third_party_settings: { }
moderation_state:
type: workflow_buttons
weight: 5
weight: 8
region: content
settings:
show_current_state: false
third_party_settings: { }
path:
type: path
weight: 4
weight: 7
region: content
settings: { }
third_party_settings: { }
simple_sitemap:
weight: 11
weight: 14
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 9
weight: 12
region: content
settings:
display_label: true
Expand All @@ -178,7 +192,7 @@ content:
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 6
weight: 9
region: content
settings: { }
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 3fd5878c-5140-4749-8fed-56048696b0d2
langcode: en
status: true
dependencies:
config:
- block_content.type.tags
- field.field.block_content.tags.field_selected_resource
id: block_content.tags.default
targetEntityType: block_content
bundle: tags
mode: default
content:
field_selected_resource:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 1
region: content
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
config:
- core.entity_view_mode.node.card
- field.field.node.page.field_audience
- field.field.node.page.field_category
- field.field.node.page.field_external_source
- field.field.node.page.field_login_required
Expand All @@ -12,6 +13,7 @@ dependencies:
- field.field.node.page.field_teaser_media
- field.field.node.page.field_teaser_text
- field.field.node.page.field_teaser_title
- field.field.node.page.field_type
- field.field.node.page.layout_builder__layout
- node.type.page
module:
Expand Down Expand Up @@ -86,8 +88,10 @@ content:
weight: 1
region: content
hidden:
field_audience: true
field_login_required: true
field_metatags: true
field_type: true
layout_builder__layout: true
links: true
search_api_excerpt: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
config:
- core.entity_view_mode.node.condensed
- field.field.node.page.field_audience
- field.field.node.page.field_category
- field.field.node.page.field_external_source
- field.field.node.page.field_login_required
Expand All @@ -12,6 +13,7 @@ dependencies:
- field.field.node.page.field_teaser_media
- field.field.node.page.field_teaser_text
- field.field.node.page.field_teaser_title
- field.field.node.page.field_type
- field.field.node.page.layout_builder__layout
- node.type.page
module:
Expand Down Expand Up @@ -81,13 +83,15 @@ content:
weight: 2
region: content
hidden:
field_audience: true
field_category: true
field_login_required: true
field_metatags: true
field_tags: true
field_teaser_media: true
field_teaser_text: true
field_teaser_title: true
field_type: true
layout_builder__layout: true
links: true
search_api_excerpt: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.node.page.field_audience
- field.field.node.page.field_category
- field.field.node.page.field_external_source
- field.field.node.page.field_login_required
Expand All @@ -11,6 +12,7 @@ dependencies:
- field.field.node.page.field_teaser_media
- field.field.node.page.field_teaser_text
- field.field.node.page.field_teaser_title
- field.field.node.page.field_type
- field.field.node.page.layout_builder__layout
- node.type.page
module:
Expand Down Expand Up @@ -41,6 +43,38 @@ third_party_settings:
entity: layout_builder.entity
weight: 0
additional: { }
3a023761-75c3-4330-8d61-62826da7868a:
uuid: 3a023761-75c3-4330-8d61-62826da7868a
region: content
configuration:
id: 'field_block:node:page:field_audience'
label_display: '0'
context_mapping:
entity: layout_builder.entity
formatter:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 2
additional: { }
ec2bce73-9bae-46cb-9ee3-becb7dd5fa65:
uuid: ec2bce73-9bae-46cb-9ee3-becb7dd5fa65
region: content
configuration:
id: 'field_block:node:page:field_type'
label_display: '0'
context_mapping:
entity: layout_builder.entity
formatter:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 3
additional: { }
third_party_settings:
layout_builder_lock:
lock:
Expand Down Expand Up @@ -99,6 +133,11 @@ third_party_settings:
- layout_onecol
- ys_layout_two_column
allowlisted_blocks:
layout_onecol:
all_regions:
'Lists (Views)':
- 'views_block:popular_resources-block_1'
- 'views_block:resource_tags-block_1'
ys_layout_banner:
all_regions:
'Inline blocks':
Expand Down Expand Up @@ -174,7 +213,6 @@ third_party_settings:
- Devel
- Forms
- Help
- 'Lists (Views)'
- Menus
- System
- Webform
Expand Down Expand Up @@ -224,6 +262,14 @@ content:
third_party_settings: { }
weight: -20
region: content
field_audience:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 3
region: content
field_external_source:
type: link
label: above
Expand All @@ -236,6 +282,14 @@ content:
third_party_settings: { }
weight: 1
region: content
field_type:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 4
region: content
hidden:
field_category: true
field_login_required: true
Expand Down
Loading