function tinymce_perm
Search API
7.x tinymce.module | tinymce_perm() |
6.x tinymce.module | tinymce_perm() |
4.x tinymce.module | tinymce_perm() |
5.x tinymce.module | tinymce_perm() |
File
- modules/
tinymce/ tinymce.module, line 108 - The TinyMCE module will init TinyMCE (the editor) on appropriate pages. This module is primarily for managing what those pages are.
Code
function tinymce_perm() {
return array(
"administer_tinymce" => array(
"title" => t("Administer TinyMCE"),
"description" => t("Configure the TinyMCE module."),
),
);
}