Open the menu
    ```html

    Notices: Details

    Details of a notice accessed through one of the service's list interfaces.

    Features

    • It is a details interface

    Screens

    Details

    Data

    notice

    • Title(string) : Linkable title of the notice.
    • Introduction(text) : Brief introduction to the subject of the notice.
    • Content(html) : HTML content registered with the notice. This field will only be available when the Link Type field is set to Internal Content.
    • Priority(integer) : Value assigned to the content for sorting, filtering, and publication rules.
    • Link Type(integer) : The link type can be:
      • Internal Content: Provides registered content with the notice;
      • URL: Provides a link to an external URL;
      • No Link: No link or content will be provided. The notice will only appear with its title and introduction.
    • Url(string) : Link to an external URL associated with the notice. This field will only be available when the Link Type field is set to Internal Content.
    ```