Your IP : 216.73.216.229


Current Path : /home/jeromecohp/www/plugins/system/yooessentials/modules/core/config/
Upload File :
Current File : /home/jeromecohp/www/plugins/system/yooessentials/modules/core/config/fields.json

{
    "db": {
        "name": {
            "label": "Database",
            "description": "The name of the database to connect to.",
            "attrs": {
                "placeholder": "${yooessentials.db.database}"
            }
        },
        "host": {
            "label": "Host",
            "attrs": {
                "placeholder": "${yooessentials.db.host}"
            }
        },
        "port": {
            "label": "Port",
            "attrs": {
                "placeholder": "${yooessentials.db.port}"
            }
        },
        "user": {
            "label": "Username",
            "attrs": {
                "placeholder": "******"
            }
        },
        "password": {
            "label": "Password",
            "encrypt": true,
            "attrs": {
                "placeholder": "******"
            }
        }
    }
}