infoText
Introduction to infoText
infoText is used to add an info icon with a title and description next to the title of another component. Inside the content, you can use plain text or HTML. It is defined on the same level as the name (within settings) of another component.
infoText .can be added to any component with a name (headline) defined
Configuring infoText

Component Configuration
- id: "info" type: "text-box" settings: name: "A component name" content: "This could be your component" infoText: title: "A title for the infoText" content: "Additional Text to be displayed"
Advanced configuration with HTML

Component Configuration
- id: "info" type: "text-box" settings: name: "A component name" content: "This could be your component" infoText: title: "The German Future Price" content: "<b>Thank you!</b> Thank you for your trust and votes for the German\ \ Future Price! <br><br><img src=\"https://pbs.twimg.com/media/EKZ0c3gWsAAmRax?format=jpg&name=small\"\ >"