Choose your language:
    Menu Item

    In DatoCMS you can organize the different Models present in your administrative area reordering and grouping them, so that their purpose will be more clear to the final editor.

    Object payload
    id  string
    ID of menu item
    label  string

    The label of the menu item

    position  integer

    Ordering index

    externalUrl  null, string

    The URL to which the menu item points to

    openInNewTab  boolean

    Opens link in new tab (used together with external_url)

    itemType  item_type.id, null

    item type associated with the menu item

    parent  null, menu_item.id

    Parent menu item

    Underlying menu items

    Available endpoints