Your IP : 216.73.216.68


Current Path : /home/jeromecohp/www/templates/yootheme/cache/
Upload File :
Current File : /home/jeromecohp/www/templates/yootheme/cache/fields-27fc3bcc.php

<?php // $file = /home/jeromecohp/www/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' => '******'
      ]
    ]
  ]
];