2023-10-10 16:57:12 +08:00

19 lines
344 B
PHP

<?php
return [
'pages' => <<<EOT
// PAGE_BEGIN
{
"path": "{{addon_name}}/pages/list",
"style": {
"navigationBarTitleText": "%{{addon_name}}.pages.list%"
}
},
{
"path": "{{addon_name}}/pages/detail",
"style": {
"navigationBarTitleText": "%{{addon_name}}.pages.detail%"
}
}
// PAGE_END
EOT
];