Add dashboard_width and dashboard_height
This commit is contained in:
@@ -87,6 +87,16 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = '';
|
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = '';
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the dashboard target.';
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the dashboard target.';
|
||||||
$z++;
|
$z++;
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'dashboard_width';
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = '';
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the dashboard width.';
|
||||||
|
$z++;
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'dashboard_height';
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = '';
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the dashboard height.';
|
||||||
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'dashboard_content';
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'dashboard_content';
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = '';
|
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user