diff --git panels.module panels.module index 3ea7e67..8f1f465 100644 --- panels.module +++ panels.module @@ -280,6 +280,10 @@ function panels_permission() { 'title' => t("Configure caching settings on Panels"), 'description' => t("Allows a user to configure caching on Panels displays and panes."), ), + 'administer panels styles' => array( + 'title' => t("Administer Panels Styles"), + 'description' => t("Allows a user to administer the style of Panels regions and panes."), + ), ); }