-
Notifications
You must be signed in to change notification settings - Fork 20
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
Schema.org Metatag "CollegeOrUniversity" issue/3644 #3743
base: main
Are you sure you want to change the base?
Conversation
Seems interesting but I was unable to test on the Probo site. The Schema.org CollegeOrUniversity Final module says "Requires: schema_metatag (missing)." Does schema_metatag need to be added as something that'll come packaged with AZQS or is it expected to need to include it in custom composer? Besides that, it looks like this PR is adding a custom module. Other custom modules have a prefix of 'az_', which makes me think this one should similarly have that prefix. |
Yes it should have the 'az_' prefix, probably. As for the schema_metatag module, I don't know... |
|
Someone can correct me but I think you'd need to add schema_metatag to the composer file for this to be reviewable. |
Description
Resolves #3644, adding a new module to the existing Schema.org Metatag modules. This module contains all the fields laid out in this document.
Release notes
If this change requires release notes: provide a summary of changes, how to
use this change, and any related links. This content will be pasted in the
release notes. Use
markdown format to ensure proper pasting of information.
Make sure to add the
release notes
label to this PR.Related issues
#3644
How to test
(on local, lando site)
Types of changes
Arizona Quickstart (install profile, custom modules, custom theme)
Drupal core
Drupal contrib projects
Checklist