Open the menu
    ```html

    HTML : HTML Editor

    Allows editing of the HTML content to be displayed using a Text/HTML Editor

    Features

    • It is an administration interface

    Screens

    HTML Editor
    • Save data in (boolean) : Scope in which the HTML content will be saved:
      • Service Interface Instance: The HTML content is specific to the interface instance being edited and is not shared with other interface instances.
      • Service Instance: The HTML content is shared among the interface instances of the same service instance. In this case, any interface instance showing HTML, belonging to the same service instance, that does not have data saved in the scope of Service Interface Instance, will use this same content.

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it entirely.

    Actions

    • Save Settings : Saves the HTML content to be displayed and whether it should be saved at the service instance level or interface instance level.
    ```