- @valeriasalis opened merge request.
All the fields under the Schema Drug do not have help texts. Help texts can be retrieved directly from the Schema.org website and they would make it easier for users to fill the needed properties.
Starting from the property list here https://schema.org/Drug add the descriptions to the file doc such as:
/**
* Provides a plugin for the 'activeIngredient' meta tag.
*
* @MetatagTag(
* id = "schema_drug_active_ingredient",
* label = @Translation("activeIngredient"),
* description = @Translation("An active ingredient, typically chemical compounds and/or biologic substances."),
* name = "activeIngredient",
* group = "schema_drug",
* weight = 20,
* type = "string",
* secure = FALSE,
* multiple = FALSE,
* )
*/
Help texts will be added under each field.
N/A
N/A
Active
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.