ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface WixAdditionalInfo

    A single entry in a product's additional-info accordion (e.g. "Synonyms", "Tags").

    interface WixAdditionalInfo {
        id: string;
        title: string;
        description: string;
        index: number;
    }
    Index

    Properties

    id: string

    Unique identifier for the info section

    title: string

    Section heading

    description: string

    Section body, which may contain HTML markup

    index: number

    Display order of the section