We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The core-data package is at the center of Gutenberg's data pipeline, and it pivots on declaring some configuration for the entities it works with.
core-data
This issue tracks the properties and behaviors we need to document:
baseURL
baseURLParams
getSyncObjectId
getTitle
key
kind
name
plural
label
rawAttributes
syncConfig
syncObjectType
transientEdits
The text was updated successfully, but these errors were encountered:
oandregal
No branches or pull requests
The
core-data
package is at the center of Gutenberg's data pipeline, and it pivots on declaring some configuration for the entities it works with.This issue tracks the properties and behaviors we need to document:
baseURL
: Initial documentation of entity configuration #55103baseURLParams
: Initial documentation of entity configuration #55103getSyncObjectId
: part of the sync experiment. Probably not to document at the moment.getTitle
:key
: Initial documentation of entity configuration #55103kind
: Documentkind
,name
,plural
for entity config #55158label
:name
: Documentkind
,name
,plural
for entity config #55158plural
: Documentkind
,name
,plural
for entity config #55158rawAttributes
:syncConfig
: part of the sync experiment. Probably not to document at the moment.syncObjectType
: part of the sync experiment. Probably not to document at the moment.transientEdits
:The text was updated successfully, but these errors were encountered: