Open the menu
    ```html

    Media Album: Edit Media

    Provides the publisher with a form to edit existing media. Accessed through the Media Administration interface

    Features

    • It is an administration interface

    Screens

    Edit Media
    • Title (string, required field, maximum size: 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 size: 255) : Names of the media authors.
    • Caption (string, maximum size: 255) : Descriptive phrase of the media. Will be displayed below the media in the main position.

    Permissions

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

    Actions

    • Save : Saves the changes to the media.
    ```