Compliance's Widgets

Disclaimer Text Widget

Expand me...

Logos Widget

Expand me...


Default: Both Text and Logos (Text First)

Expand me...

Logo Only Mode

Expand me...

Text Only Mode

Expand me...


Content Order Variations

Logos First, Then Text

Expand me...

Text First, Then Logos (Default)

Expand me...


Content Alignment Variations

Left Alignment (Default)

Expand me...

Center Alignment

Expand me...

Right Alignment

Expand me...


Combined Alignment and Order Examples

Center-Aligned with Logos First

Expand me...

Right-Aligned with Text First

Expand me...

Left-Aligned Logo Only with Center-Aligned Text Only

Expand me...


Configuration Parameters

Common Attributes

  • id: Widget identifier (required)
  • country: Country code for localization (e.g., “ES”)
  • language: Language code for localization (e.g., “es”)

Display Control

  • display-text: Show/hide disclaimer text (“yes” | “no”)
  • display-logo: Show/hide logos (“yes” | “no”)
  • height: Logo height (for logos widget)
  • background: Widget background color

Layout Control

  • alignment: Content alignment (“Left” | “Center” | “Right”)
  • logofirst: Display order (“true” = logos first, “false” = text first)

Configuration Object

{
  "color": "#0EA55F",           // Text color
  "font-size": "14px",          // Text font size
  "font-weight": "700",         // Text font weight
  "background-color": "#333A40", // Background color
  "logo-height": "50px"         // Logo height
}

Attribute Combinations

Use Case alignment logofirst display-text display-logo
Default footer “Left” “false” “yes” “yes”
Centered footer “Center” “false” “yes” “yes”
Logo-first footer “Left” “true” “yes” “yes”
Text only (centered) “Center” N/A “yes” “no”
Logos only (right) “Right” N/A “no” “yes”