Skip to content

CollectionItemFieldData object does not give access to custom keys / values #12

Description

@barapa

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions