Helpful
    Preparing search index...

    Enumeration ZMetadataType

    Represents the underlying metadata type.

    Index

    Enumeration Members

    Enumeration Members

    Boolean: "boolean"

    A flag.

    Custom: "custom"

    Custom value that is defined by the person who is using this metadata.

    Date: "date"

    A date.

    Should be a string or Date value.

    File: "file"

    A text field that represents a path to a file.

    Should behave the same as a text field.

    Icon: "icon"

    An icon value.

    The underlying metadata cls should be set that defines which class style the icon comes from.

    Image: "image"

    An image value.

    The value should be a URL to an image file. If the image is binary, then it should be a data URL.

    Number: "number"

    A number.

    Should be a string or number value.

    Text: "text"

    A raw string.

    This is the default type. Should be a string value.