Problem/Motivation
The @type dropdown on MedicalEntity is currently the same as the one for RecognizingAuthority.
Steps to reproduce
$ composer require drupal/schema_metatag:^2.2 drupal/schema_medical_entity:^2.2$ drush en schema_metatag schema_medical_entity- Visit /admin/config/search/metatag/global and scroll down to SCHEMA.ORG: MEDICALENTITY. The @type dropdown there is the same as the one under RECOGNIZINGAUTHORITY, with the wrong options for the former.
Proposed resolution
The attached patch changes the @type dropdown, adding the correct options.
Remaining tasks
Please review the patch provided.
User interface changes
Described above.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | schema_medical_entity-medical_entity_type.patch | 367 bytes | luco |
Comments
Comment #2
luco commentedFixing patch typos.
Comment #3
luco commentedComment #5
natemow commentedDerp...how did we miss that? Thanks for the patch, included in 8.x-2.3 release.
Comment #6
natemow commented