mirror of
https://gh.wpcy.net/https://github.com/freescout-help-desk/SampleModule.git
synced 2026-07-18 12:11:33 +08:00
10 lines
163 B
PHP
10 lines
163 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'some_parameter' => true,
|
|
|
|
'options' => [
|
|
'dashboard_text' => ['default' => __('This text is displayed by SampleModule')],
|
|
],
|
|
];
|