inetis.listswitch
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

3 years ago
  1. <?php return [
  2. 'inetis' => [
  3. 'plugin' => [
  4. 'name' => 'List Switch',
  5. 'description' => 'Add the possibility to create buttons in backend lists that toggle a model property.',
  6. ],
  7. 'listswitch' => [
  8. 'title_true' => 'Click to switch to No',
  9. 'title_false' => 'Click to switch to Yes',
  10. 'text_true' => 'Yes',
  11. 'text_false' => 'No',
  12. ],
  13. ],
  14. ];