-
Notifications
You must be signed in to change notification settings - Fork 11
Open
@barapa
Description
Only name and slug are available.
class CollectionItemFieldData(pydantic.BaseModel):
name: typing.Optional[str] = pydantic.Field(description="Name of the Item")
slug: typing.Optional[str] = pydantic.Field(
description="URL structure of the Item in your site. Note: Updates to an item slug will break all links referencing the old slug."
)
Metadata
Metadata
Assignees
Labels
No labels