The Person type indeed has a property deathPlace. However, I cannot add such property as a field on page admin/structure/types/manage/person/schemadotorg.
Why?
Is there a configuration workaround without writing codes?
Many thanks!
Issue fork schemadotorg-3546902
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3546902-improve-ignored-properties
changes, plain diff MR !266
Comments
Comment #2
fishfree commentedComment #3
jrockowitz commentedIt is ignored by default.
You need to remove it from 'Ignored Schema.org properties' via /admin/config/schemadotorg/settings/properties#edit-schema-properties
Below is the default list of ignored properties. We need to simplify it even more, or, by default, leave it blank.
Comment #4
fishfree commented@jrockowitz No wonder. Thank you!
Comment #5
jrockowitz commentedI think we need to "Improve ignoredProperties UI/UX"
Let's track ignored properties in the admin report so that we can see precisely what is ignored.
Comment #8
jrockowitz commentedYep, there was a bug that was preventing the display of ignored properties on the Schema.org mapping form.
Comment #9
jrockowitz commented