mod_admin_frontend dispatch rules

URL dispatch rules defined by mod_admin_frontend in apps/zotonic_mod_admin_frontend/priv/dispatch/dispatch.

This file defines the URL dispatch rules for mod_admin_frontend. Rules are matched from top to bottom; the first matching rule handles the request.

Source: apps/zotonic_mod_admin_frontend/priv/dispatch/dispatch

Dispatch namePathControllerOptions
admin_frontend_edit/editcontroller_page[{acl,is_auth}, {template,<<"page_admin_frontend_edit.tpl">>}, seo_noindex,nocache]
admin_frontend_edit/edit/:idcontroller_page[{acl_action,update}, {template,{cat,<<"page_admin_frontend_edit.tpl">>}}, seo_noindex,nocache, {is_canonical,false}]

Edit on GitHub

Referred by

Dispatch rules

All dispatch rules

All the dispatch rules from all modules. For a background on dispatch rules, see The URL dispatch system.