Open the menu
    ```html

    Notifications: Add

    Allows the registration of new notifications for the service instance.

    Features

    • It is an administration interface

    Screens

    Add
    • Title (string, required field, maximum length: 255) : Clickable title of the notification.
    • Introduction (text, required field) : Brief introduction to the notification subject.
    • Priority (integer, required field, default value: 5) : Value assigned to the content for the purpose of sorting, filtering, and publishing rules.
    • Link Type (integer, required field, default value: 0) : The link type may 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 appear in 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 this content will be published. If it is searchable, the search will only find this content after this date.
        • Until: The date 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 affect search results.?
    • Language: Control the language of the current content and its viewing behavior.?
      • Language: Specify the language of the current content. By default, it chooses the language that the user is browsing.
    • Associations: Allows associating this content with other portal contents.?
    • SEO & Sharing?
      • Simple title for page: Defines the plain text that will be used, along with the title template, to generate the title of the content detail page.
      • Title generation pattern for page: Defines the title pattern, to generate the title of the content detail page.
      • Description: Description for external search engines.
      • URL Path: Defines the content URL path
      • Title for URL: Defines the text that should be used in the process of generating the friendly URL of the content detail page.
      • Canonical URL: Defines the canonical URL that should be used in the process of generating the content detail page.
      • 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

    Permissioning

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

    Actions

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