Open the menu
    ```html

    Notifications: Edit

    Allows the modification of the information of a registered notification, selected from the Notification Administration interface.

    Features

    • It is an administration interface

    Screens

    Edit
    • Title (string, required field, maximum length: 255) : Clickable title of the notification.
    • Introduction (text, required field) : Brief introduction to the subject of the notification.
    • Priority (integer, required field, default value: 5) : Value assigned to the content for sorting, filtering, and publication rules.
    • Link Type (integer, required field, default value: 0) : The type of link can be:
      • Internal Content: Provides a registered content with the notification;
      • URL: Provides a link to an external URL;
      • No Link: No link or content will be provided. The notification will only contain its title and introduction.
    • Url (string, maximum length: 255) : Link to an external URL associated with the notification. This field will only be available when the Link Type field is Internal Content.
    • Content (html) : HTML content registered with the notification. This field will only be available when the Link Type field is Internal Content.
    • Publication
      • Publication Period?
        • From: The date that this content will be published. If it is searchable, the search will only find this content after this date.
        • Until: The date that 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 you to specify which people can access this content. This can influence search results.?
    • Language: Control the language of the current content and its display behavior.?
      • Language: Specify the language of the current content. By default, it chooses the language the user is browsing.
      • Translate to
    • Associations: Allows associating this content with other contents of the portal.?
    • SEO & Sharing?
      • Simple title for page: Defines the plain text that will be used, along with the title pattern, to generate the title of the content detail page.
      • Title generation pattern for page: Defines the title pattern for generating the title of the content detail page.
      • Description: Description for external search engines.
      • URL Path: Defines the URL path of the content
      • Title for URL: Defines the text that should be used in the friendly URL generation process of the content detail page.
      • Canonical URL: Defines the canonical URL that should be used in the content detail page generation process.
      • Title: Defines the text that will be used as a title in social media shares.
      • Description: Defines the text that will be used as a description in social media shares.
      • Image: Defines the text that will be used as an image in social media shares.

    Links

    Permissions

    • Edit content of service instance: Allows managing all the 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.
    ```