Open the menu
    ```html

    Banners : Banner Properties

    This interface allows the configuration of display properties of the banners for an instance of the Banners interface.

    Screens

    Banner Properties
    • Basic Information
      • Category (string) : Category whose banners will be displayed by the interface. If no category is selected, only the banners that have none registered will be displayed.
      • Total Items (integer) : Allows determining the number of banners that will be displayed in the interface. At least 1 banner must be displayed per interface.
      • Randomize (boolean) : Determines whether the interface available to the end user will display banners randomly or not, according to the weight assigned to each. The weight determines the probability of a banner appearing in relation to others in the same category list.
      • Dynamic (boolean) : Indicates whether the banner will be dynamic or not. When a banner is dynamic, it reloads from time to time to update its display. This time is called a timeout and is measured in seconds.
      • Interval (long) : Time (in seconds) that a dynamic banner waits before being reloaded.
    • Log
      • Log Views (boolean) : Determines whether the views of the banners will be logged in a log file, located in the directory "lumisdata/log/lumis/banner".
      • Log Clicks (boolean) : Determines whether the clicks on the banners will be logged in a log file, located in the directory "lumisdata/log/lumis/banner".

        For more information regarding the logging of views and clicks, access the link.

    Actions

    • Save settings : Saves the settings for the display of the banners in the instance of the interface.
    ```