Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
ckeditor_link
Commits
0e371ecd
Commit
0e371ecd
authored
Jun 06, 2011
by
Henri MEDOT
Browse files
Issue #1179916 by dczepierga, anrikun: added implementation of hook_ckeditor_plugin().
parent
7d7611d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ckeditor_link.module
View file @
0e371ecd
...
...
@@ -76,6 +76,17 @@ function ckeditor_link_process_form(&$form, &$form_state) {
return
$form
;
}
/**
* Implementation of hook_ckeditor_plugin().
*/
function
ckeditor_link_ckeditor_plugin
()
{
return
array
(
'ckeditor_link'
=>
array
(
'name'
=>
'drupal_path'
,
'desc'
=>
t
(
'CKEditor Link - A plugin to easily create links to Drupal internal paths'
),
'path'
=>
drupal_get_path
(
'module'
,
'ckeditor_link'
)
.
'/plugins/link/'
,
));
}
/**
* Implementation of hook_wysiwyg_plugin().
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment