Guest User

Untitled

a guest
Feb 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. function test_ckeditor_plugin() {
  2. return array(
  3. 'footnotes' => array(
  4. 'name' => 'footnotes',
  5. 'desc' => t('Add Footnotes'),
  6. 'path' => drupal_get_path('module', 'test') . '/footnotes/',
  7. 'buttons' => array(
  8. 'footnotes' => array(
  9. 'icon' => 'icons/footnotes.png',
  10. 'label' => 'Footnotes',
  11. )
  12. ),
  13. )
  14. );
  15. }
Add Comment
Please, Sign In to add comment