Currently the Snippet configuration have only 4 parameters:
Title
Short cut
Content 1 - before
Content 2 - after
I think it would be a good idea to create snippets with description - a bubble help or help message could be useful in case of mouse over or simple click.
Example:
Code: Select all
Title - Drupal breadcumb
Description - HTML for displaying the breadcrumbs at the top of the page
Short cut - 0
Content 1 - <?php if ($breadcumb): print '<div id="breadcumb">'. $breadcumb .'</div>';
Content 2 - endif; ?>