| Current Path : /home/jeromecohp/www/templates/yootheme/cache/ |
| Current File : /home/jeromecohp/www/templates/yootheme/cache/fields-872d9fbb.php |
<?php // $file = /home/jeromecohp/v3/plugins/system/yooessentials/modules/core/config/fields.json
return [
'db' => [
'name' => [
'label' => 'Database',
'description' => 'The name of the database to connect to.',
'attrs' => [
'placeholder' => $config->get('yooessentials.db.database')
]
],
'host' => [
'label' => 'Host',
'attrs' => [
'placeholder' => $config->get('yooessentials.db.host')
]
],
'port' => [
'label' => 'Port',
'attrs' => [
'placeholder' => $config->get('yooessentials.db.port')
]
],
'user' => [
'label' => 'Username',
'attrs' => [
'placeholder' => '******'
]
],
'password' => [
'label' => 'Password',
'encrypt' => true,
'attrs' => [
'placeholder' => '******'
]
]
]
];