| Current Path : /home/jeromecohp/www/plugins/system/yooessentials/modules/core/config/ |
| 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": "******"
}
}
}
}