# Settings

## Consts location
    /App/Consts

## Description

    Consts are generated based on BaseConsts class. 
    In arguments you should define name, type, label and validation rules.
    You may define tooltip, reload rule, values list for select input.

    In type field you could set custom type or use that defined in html input tag eg. email.

## Generate settings

    In blade you should use <x-settingsGenerator> and set parameters.

## Add custom type

    When you add custom type in BaseConsts you should add in <x-settingsGenerator>
    another else if condition. 
