mod_admin_predicate dispatch rules

URL dispatch rules defined by mod_admin_predicate in apps/zotonic_mod_admin_predicate/priv/dispatch/dispatch.

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

Source: apps/zotonic_mod_admin_predicate/priv/dispatch/dispatch

Dispatch namePathControllerOptions
admin_edges/admin/connectionscontroller_admin[{template,<<"admin_edges.tpl">>},{selected,<<"edges">>},seo_noindex]
admin_edges_graph/admin/connections/graph/:idcontroller_admin[{template,<<"admin_edges_graph.tpl">>},seo_noindex]
admin_predicate/admin/predicatecontroller_admin[{acl_module,mod_admin_predicate}, {template,<<"admin_predicate.tpl">>}, {selected,<<"predicate">>}, seo_noindex]
admin_predicate_edit/admin/predicate/:idcontroller_admin_predicate_edit[{acl_module,mod_admin_predicate},seo_noindex]

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.