Open the menu
    ```html

    Photo Album: Edit Album

    Allows the publisher to alter existing albums. The form displays the registered album that is desired to be altered, which has been selected for editing. Once the album is changed, only the new published content will be displayed to the end user.

    Features

    • It is an administration interface

    Screens

    Edit Album
    • Title (string, required field, maximum length: 255) : Album title
    • Description (text) : Album description
    • Cover image (file) : Cover image of the album
    • Workflow: Allows you to define and control content publication processes to ensure its quality.?
      • Status: Allows you to define and control content publication processes to ensure its quality.
      • Responsible: The person or group that is currently responsible for the content.
      • Action: Specify the transition to define the next state of the workflow. The user will only see the transactions they have the right to execute.
      • Send to: Specify the person who should be responsible for the content.
      • Messages: Used to exchange comments between publishers during the workflow process.?
    • Publication
      • Publication period?
        • From: The date when this content will be published. If searchable, the search will only find this content after this date.
        • Until: The date when this content will be archived. If searchable, the search will not find this content after this date.
      • Highlight
        • Highlight: Select this item if you need the highlight property to be assigned to the content.
        • Until: Optionally specify until when this content should be highlighted.
      • Publish to instances: Publish the current content to multiple websites/instances?
      • Publish to users: Allows you to specify which people can access this content. This may influence search results.?

    Permissions

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

    Actions

    • commit
    • Save and preview content. : Save content and then open the preview screen of that content.
    ```