Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.65 KB

Brand.md

File metadata and controls

12 lines (9 loc) · 1.65 KB

# Brand

Properties

Name Type Description Notes
logo string Logo of minimum height 40px that will be shown in the web form header.Bigger images are also accepted, but will be scaled down.<br/>The image must follow the DATA URI scheme: <code>data:[\<media type\>][;base64],\<data\></code><br/><br/><strong>NOTE:</strong> For `UNLICENSED` mandators, if no value is provided, then the following value will be applied by default when web form is opened: <br/><code>finAPI GmbH Logo</code> [optional]
favicon string Logo of minimum size 32x32px that will be shown in the browser tab favicon.<br/>The image must follow the DATA URI scheme: <code>data:[\<media type\>][;base64],\<data\></code><br/><br/><strong>NOTE:</strong> For `UNLICENSED` mandators, if no value is provided, then the following value will be applied by default when web form is opened: <br/><code>finAPI GmbH favicon</code> [optional]
icon \OpenAPIWebForm\Client\Model\Icon [optional]
intro_text string An introduction text that will be shown on the first web form view for bank selection.<br/><strong>NOTE:</strong> If no value is provided, then the following value will be applied by default when web form is opened: <code>null</code>. [optional]

[Back to Model list] [Back to API list] [Back to README]