Open the menu
    ```html

    Photo Album: Edit Photo

    Allows the publisher to change existing photos. The form displays the registered photo that is to be changed, which has been selected for editing. Once the photo is changed, only the new content published will be displayed to the end user.

    Features

    • It is an administration interface

    Screens

    Edit Photo
    • Title (string, required field, maximum size: 255) : Title of the photo
    • Thumbnail (file) : Thumbnail of the photo
    • Caption (string, maximum size: 255) : Caption of the photo
    • Credits (string, maximum size: 255) : Credits of the photo
    • Position (integer, required field, default value: 0)
    • Photo (file, required field) : Photo file

    Permissions

    • Edit service instance content: Allows managing all data of this service instance with publisher profile.

    Actions

    • commit
    ```