-
Notifications
You must be signed in to change notification settings - Fork 21
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
Alternate PR for #3644: Adds schema_metatag patch from d.o. MR. #3901
Draft
joeparsons
wants to merge
4
commits into
main
Choose a base branch
from
issue/3644-alt
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 tasks
joeparsons
changed the base branch from
main
to
3903-add-schema_metatag-module-to-quickstarts-composer-file-and-as-a-dependency-for-az_seo
November 21, 2024 20:46
…file-and-as-a-dependency-for-az_seo' into issue/3644-alt
joeparsons
changed the title
Alternate PR for #3644: Adds schema_metatag module + patch from d.o. MR.
Alternate PR for #3644: Adds schema_metatag patch from d.o. MR.
Nov 21, 2024
4 tasks
I think this PR should enable schema_organization and set global defaults. |
Base automatically changed from
3903-add-schema_metatag-module-to-quickstarts-composer-file-and-as-a-dependency-for-az_seo
to
main
November 22, 2024 18:13
Recommended langcode: en
status: true
dependencies: { }
id: global
label: Global
tags:
canonical_url: '[current-page:url]'
schema_organization_name: '[site:name]'
schema_organization_parent_organization: 'a:6:{s:5:"@type";s:23:"EducationalOrganization";s:3:"@id";s:24:"https://www.arizona.edu/";s:4:"name";s:21:"University of Arizona";s:3:"url";s:24:"https://www.arizona.edu/";s:6:"sameAs";s:240:"https://www.facebook.com/uarizona,https://x.com/uarizona,https://www.instagram.com/uarizona,https://linkedin.com/edu/university-of-arizona-17783,https://www.youtube.com/universityofarizona,https://en.wikipedia.org/wiki/University_of_Arizona";s:7:"address";a:6:{s:5:"@type";s:13:"PostalAddress";s:13:"streetAddress";s:22:"1200 E University Blvd";s:15:"addressLocality";s:6:"Tucson";s:13:"addressRegion";s:2:"AZ";s:10:"postalCode";s:5:"85721";s:14:"addressCountry";s:2:"US";}}'
title: '[current-page:title] | [site:name]'
|
RyanDool
approved these changes
Dec 6, 2024
I agree that should be done. Maybe not in this PR since its out of scope of the original request but it should definitely be done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Release notes
Related issues
schema_metatag
global defaults foraz_quickstart
Using theaz_seo
Module #3644schema_metatag
Module to Quickstart's Composer File and as a Dependency foraz_seo
#3903How to test
Types of changes
Arizona Quickstart (install profile, custom modules, custom theme)
Drupal core
Drupal contrib projects
Checklist