15 lines
340 B
PHP
15 lines
340 B
PHP
|
<?php
|
||
|
return [
|
||
|
'pages' => <<<EOT
|
||
|
// PAGE_BEGIN
|
||
|
// *********************************** hello world ***********************************
|
||
|
{
|
||
|
"path": "addon/{{addon_name}}/pages/hello_world/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "%{{addon_name}}.pages.hello_world.index%"
|
||
|
}
|
||
|
}
|
||
|
// PAGE_END
|
||
|
EOT
|
||
|
];
|