SampleModule/Config/config.php
2018-09-24 08:06:15 -07:00

10 lines
163 B
PHP

<?php
return [
'some_parameter' => true,
'options' => [
'dashboard_text' => ['default' => __('This text is displayed by SampleModule')],
],
];