You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
454 B
14 lines
454 B
<?php return [
|
|
'inetis' => [
|
|
'plugin' => [
|
|
'name' => 'List Switch',
|
|
'description' => 'Add the possibility to create buttons in backend lists that toggle a model property.',
|
|
],
|
|
'listswitch' => [
|
|
'title_true' => 'Click to switch to No',
|
|
'title_false' => 'Click to switch to Yes',
|
|
'text_true' => 'Yes',
|
|
'text_false' => 'No',
|
|
],
|
|
],
|
|
];
|