Open the menu
    ```html

    Calls : Edit

    Provides the publisher with a form to edit existing calls.

    Features

    • It is an administration interface

    Screens

    Edit
    • Title (string, required field, maximum length: 255) : Title of the call
    • Content (text) : Short description of the call's content
    • Image (media) : Image that may be associated with the call's content, uploaded from the portal's media repository
    • Link Type (integer, required field) : Defines the type of link for the call. Each type may have additional configuration fields
      • No Link: There will be no link associated with the call.
      • URL: A URL that will be used as the call's link.
      • Internal Page: Allows the selection of a page from the portal. The link will be that of the specified page.
      • Document: Allows the selection of an existing document from a document service. The link will be the download link for the specified document.
    • Position (integer, required field, default value: 0)
    • Url (string, maximum length: 255) : Used when the Link Type is URL to define the link's URL.
    • Open in Popup (boolean, required field) : Used when the Link Type is URL to determine if the link will open in a popup.
    • Popup Properties (string, maximum length: 255) : Used when the Link Type is URL to define the popup properties if the Open in Popup option is checked.
    • Page (internal page) : Used when the Link Type is Page to select the page to which the user will be redirected when clicking on the call's link.
    • Document (document) : Used when the Link Type is Document to select the document to be downloaded when clicking on the call's link.
    • Workflow: Allows defining and controlling content publication processes to ensure quality.?
      • Status: Allows defining and controlling content publication processes to ensure 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 are entitled to execute.
      • Send to: Specify the person who should be responsible for the content.
    • Publication
      • Publication Period?
        • From: The date when this content will be published. If it is searchable, the search will only find this content after this date.
        • Until: The date when this content will be archived. If it is searchable, the search will not find this content after this date.
      • Publish to instances: Publish the current content to multiple websites/instances?
      • Publish to users: Allows specifying which people can access this content. This may influence search results.?
    • Language: Control the language of the current content and its display behavior.?
      • Language: Specify the current content's language. By default, it chooses the language the user is navigating in.
      • Translate to

    Permissions

    • Edit service instance content: 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 for that content.
    ```