62 lines
872 B
PHP
62 lines
872 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Dissociate',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Dissociate :label',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'Dissociate',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'Dissociated',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Dissociate selected',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Dissociate selected :label',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'Dissociate',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'Dissociated',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|