The special pages in the application include the login and about pages, each with configurable properties.
The login page configuration includes:
picture: URL or asset reference for the login page imagescale: Scaling factor for the login page imagelabelColor: Color of the labels on the login pagemodeSelect: Configures login and signup button stylesbuttonLoginStyleType: Style for the login button (e.g., primary, neutral)buttonSignupStyleType: Style for the signup button (e.g., primary, neutral)
metadata: Additional metadata that can be used to associate external resources
Example Configuration:
{
"picture": "asset://assets/login_background.png",
"scale": 1.2,
"labelColor": "#FFFFFF",
"modeSelect": {
"buttonLoginStyleType": "primary",
"buttonSignupStyleType": "neutral"
},
"metadata": {}
}The about page configuration includes:
picture: URL or asset reference for the about page imagemetadata: Additional metadata for customization
Example Configuration:
{
"picture": "asset://assets/about_background.png",
"metadata": {}
}