You are here

function cmis_browser_admin_paths in CMIS API 7.2

Same name and namespace in other branches
  1. 7 cmis_browser/cmis_browser.module \cmis_browser_admin_paths()

Implements hook_admin_paths

File

cmis_browser/cmis_browser.module, line 80

Code

function cmis_browser_admin_paths() {
  $paths = array(
    'cmis/properties' => TRUE,
  );
  return $paths;
}