Open the menu
    ```html

    Photo Album: Add Photo

    Allows the publisher to register new photos through this form for the end user. The photos will be available in the photo list interface of an album available in the environment.

    Features

    • It is an administration interface

    Screens

    Add Photo
    • Title (string, required field, maximum length: 255) : Title of the photo
    • Photo (file, required field) : Photo file
    • Thumbnail (file) : Photo thumbnail
    • Caption (string, maximum length: 255) : Photo caption
    • Credits (string, maximum length: 255) : Photo credits
    • Position (integer, required field, default value: 0)

    Permissions

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

    Actions

    • Save Photo : Save registered data, adding a new photo to an album.
    ```