- pages root node
backend
(Access domainGLOBAL
) - use setting
pages
availableGlobalRoutes
for backend menu items
The pages
module is a manager for sitemap trees.
- login and go to
pages
in the left sidebar in application backend - create a root node, if there is none already
- select root-node and add a new page by clicking on the ➕
- add a unique
Name ID
and set theMenu name
which will be displayed in the navigation - select a route to define which action should be executed, eg.
site/index
- save new page
- visit page in application frontend
- login and go to
settings
in the left sidebar in application backend - create or edit
pages
, keyavailableRoutes
- add one route per line, eg.
/docs
, which should render the default action of the default controller of the module registered asdocs
. - save
- Create "hidden node" in pages