Required Configuration
Dashboard Settings
Dashboard settings are simply a complex list of options that the user will be able to change in it. Our module allows the user to divide settings into categories, so this list should contain a category object. The category object itself also contains a list of settings for the category.
See more about categories and options
Example Usage
Props
settings
Object[]
requiredcategoryId
string
requiredUnique ID of the category
categoryName
string
requiredThe Name that should be displayed
categoryImageURL
string
URL to an image to be shown
toggleable
boolean
If the category should be toggleable
categoryDescription
string
requiredShort description of the category to be shown on the page
categoryOptionsList
Object[]
requiredThe options that should be included
optionId
string
requiredUnique ID of the option
optionName
string
requiredThe Name that should be displayed
optionDescription
string
requiredShort description of the option to be shown on the page
optionType
object
requiredThe formtype you want to use
Was this page helpful?