$errors
* @var array $form
*/
?>
t('Create role'),
'backHref' => 'admin/roles',
'backTitle' => t('Cancel'),
'actions' => [
[
'form' => 'role-form',
'name' => 'action',
'value' => 'create',
'class' => 'secondary outline',
'label' => t('Create'),
],
[
'form' => 'role-form',
'name' => 'action',
'value' => 'create_close',
'class' => 'primary',
'label' => t('Create & close'),
],
],
];
require templatePath('partials/app-details-titlebar.phtml');
?>