menu and php pages can't use route with param and i want to make it fire when i'm editing like for example book/1/edit
Hi,
Could you please try this config for pages.php?
"book" => array(
"title" => "Book List",
"*" => array(
"title" => "Book Detail",
"edit" => array(
"title" => "Edit Book",
),
),
),