Open the menu
    ```html

    Media Album: Add Media

    Provides the publisher with a form to add new media. Accessed through the Media Administration interface.

    Features

    • It is an administration interface.

    Screens

    Add Media
    • Title (string, required field, maximum length: 255) : Title of the media.
    • Media File (file, required field) : File of the media.
    • Thumbnail (file) : A thumbnail to represent the media in the media list.
    • Credits (string, maximum length: 255) : Names of the media authors.
    • Caption (string, maximum length: 255) : Descriptive phrase of the media. It will be displayed below the media in the main position.

    Permissions

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

    Actions

    • Save : Sends the media file and saves the information from the form.
    ```