Open the menu
    ```html

    Links: Details

    When the link is of type content, the details interface will be displayed in the user's redirection. The detail shows all the HTML registered in the content of the link.

    Features

    • It is a details interface

    Screens

    Details

    Data

    link

    • Name(string) : Title assumed by the link.
    • Introduction(text) : Short description of the link's content.
    • Image(media) : Image that may be associated with the link's content loaded from the portal's media repository.
    • Content(html) : The visualization of the HTML of the content.
    • Referenced Content(identifier) : Used when the Link Type is Referenced Content to define which content the user will be redirected to when clicking on the link.
    ```