Open the menu
    ```html

    Media Album: Sort Media

    Displays the interface to sort the media in the album list. All media from that list are shown in the order presented to the end user. To change the order, simply drag the media to the desired position and drop it.

    Screens

    Sort Media

    Data

    media

    • Title(string) : Title of the media.
    • Media File(file) : File of the media.
    • Thumbnail(file) : A thumbnail to represent the media in the media list.
    • Credits(string) : Names of the media authors.
    • Caption(string) : Descriptive phrase of the media. It will be displayed below the media currently shown in the main position.

    Permissions

    • Edit Content: Allows management of all media and albums present in the service instance.

    Actions

    • Save : Saves the sorting changes of the media in the album.
    ```