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!

Command icon 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:

Comments

fishfree created an issue. See original summary.

fishfree’s picture

Issue summary: View changes
jrockowitz’s picture

Status: Active » Needs review

It 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.

- accessMode
- accessModeSufficient
- accessibilityAPI
- accessibilityControl
- accessibilityFeature
- accessibilityHazard
- accessibilitySummary
- acquireLicensePage
- actionableFeedbackPolicy
- answerCount
- assesses
- branchCode
- conditionsOfAccess
- correction
- creditText
- deathPlace
- diversityStaffingReport
- downvoteCount
- duns
- editEIDR
- encoding
- encodingFormat
- geoContains
- geoCoveredBy
- geoCovers
- geoCrosses
- geoDisjoint
- geoEquals
- geoIntersects
- geoOverlaps
- geoTouches
- geoWithin
- gtin
- gtin12
- gtin13
- gtin14
- gtin8
- hasOfferCatalog
- homeLocation
- identifier
- interactionStatistic
- interactivityType
- interpretedAsClaim
- isicV4
- iso6523Code
- itemListOrder
- leiCode
- materialExtent
- naics
- netWorth
- numberOfItems
- ownershipFundingInfo
- pageEnd
- pageStart
- pagination
- pattern
- position
- potentialAction
- publisherImprint
- publishingPrinciples
- schemaVersion
- sdDatePublished
- sdLicense
- sdPublisher
- sha256
- spatial
- suggestedAnswer
- taxID
- temporal
- temporalCoverage
- unnamedSourcesPolicy
- vatID
- wordCount
fishfree’s picture

@jrockowitz No wonder. Thank you!

jrockowitz’s picture

Title: How to add the property DeathPlace to the Person type? » Improve ignoredProperties UI/UX
Status: Needs review » Needs work

I 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.

  • 6b4ae5db committed on 1.0.x
    [#3546902] feat: Improve ignoredProperties UI/UX
    
    By: fishfree
    By:...

jrockowitz’s picture

Yep, there was a bug that was preventing the display of ignored properties on the Schema.org mapping form.

jrockowitz’s picture

Status: Needs work » Fixed

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.