Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
$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