Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cesarockstar1985/42795841b68a0ecaaa6311c81478e8dd to your computer and use it in GitHub Desktop.
Save cesarockstar1985/42795841b68a0ecaaa6311c81478e8dd to your computer and use it in GitHub Desktop.
$responsiveFields = [
'underwriter',
'bonds',
'bonds_written',
'closing_ratio',
];
$this->Admin->setConfig('pageSubtitle', ['index' => __('Get Claim and Bond totals, grouped by Underwriters')]);
$this->Admin->setConfig('pageIcon', ['index' => 'building-o']);
$this->Admin->setConfig('headers', $headers);
$this->Admin->setConfig('fields', $fields);
$this->Admin->setConfig('responsiveFields', $responsiveFields);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment