Skip to content

Commit

Permalink
Added syndication module and configured it
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Aug 16, 2023
1 parent db96ea7 commit 6c6727a
Show file tree
Hide file tree
Showing 13 changed files with 61 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@
"su-sws/stanford_media": "^8.3",
"su-sws/stanford_migrate": "^8.3",
"su-sws/stanford_profile_helper": "^9.1",
"su-sws/stanford_ssp": "^8.2"
"su-sws/stanford_ssp": "^8.2",
"su-sws/stanford_syndication": "1.x-dev"
},
"require-dev": {
"acquia/blt-drupal-test": "^1.0",
Expand Down
35 changes: 34 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,5 @@ hidden:
publish_on: true
sticky: true
su_course_id: true
syndication: true
unpublish_on: true
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ hidden:
promote: true
sticky: true
su_metatags: true
syndication: true
uid: true
unpublish_on: true
url_redirects: true
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ hidden:
path: true
promote: true
sticky: true
syndication: true
uid: true
unpublish_on: true
url_redirects: true
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,13 @@ content:
create_new_levels: false
force_deepest: false
third_party_settings: { }
syndication:
type: boolean_checkbox
weight: 54
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,5 @@ hidden:
layout_builder__layout: true
promote: true
sticky: true
syndication: true
unpublish_on: true
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ hidden:
su_person_admin_appts: true
su_person_research_interests: true
su_person_scholarly_interests: true
syndication: true
uid: true
unpublish_on: true
url_redirects: true
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ hidden:
layout_builder__layout: true
promote: true
sticky: true
syndication: true
uid: true
unpublish_on: true
url_redirects: true
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ hidden:
path: true
promote: true
sticky: true
syndication: true
uid: true
unpublish_on: true
url_redirects: true
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ module:
stanford_profile_styles: 0
stanford_publication: 0
stanford_ssp: 0
stanford_syndication: 0
stanford_text_editor: 0
subrequests: 0
syslog: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
_core:
default_config_hash: h_GoHMT1wZOnfyDpWHUvRSQ4EDm3OqPq6l3khDBGkVE
enabled: true
syndicators:
stanford_enterprise:
id: stanford_enterprise
node_types:
- stanford_news
webhook: 'https://in.connect.unity.cloud/hook/64b918de78e4cf0012eca0ea'
2 changes: 1 addition & 1 deletion docroot/sites/settings/config.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

if (!EnvironmentDetector::isProdEnv()) {
$config['domain_301_redirect.settings']['enabled'] = FALSE;
$config['stanford_syndication.settings']['enabled'] = FALSE;
// $config['stanford_syndication.settings']['enabled'] = FALSE;
}

// Set stage_file_proxy URL on non-production environments.
Expand Down

0 comments on commit 6c6727a

Please sign in to comment.