textile document plugin placement
This commit is contained in:
@@ -14,3 +14,5 @@
|
||||
@define('PLUGIN_EVENT_TEXTILE_UNESCAPE', 'Convert HTML quotes to real quotes?');
|
||||
@define('PLUGIN_EVENT_TEXTILE_UNESCAPE_DESC', 'If enabled, HTML-Quote-Entities (") will be converted to real quotes. Only useful to enable, if you want to use Textile markup in your comments.');
|
||||
|
||||
@define('PLUGIN_EVENT_TEXTILE_EXAMPLE_NOTE', 'Please note: Set as the first of your markup and emoticon plugins in pluginlist!');
|
||||
|
||||
|
@@ -76,6 +76,10 @@ class serendipity_event_textile extends serendipity_event
|
||||
serendipity_plugin_api::hook_event('backend_cache_entries', $this->title);
|
||||
}
|
||||
|
||||
function example() {
|
||||
echo '<p>'.PLUGIN_EVENT_TEXTILE_EXAMPLE_NOTE.'</p>';
|
||||
}
|
||||
|
||||
function introspect_config_item($name, &$propbag)
|
||||
{
|
||||
if ($name === 'textile_version') {
|
||||
|
Reference in New Issue
Block a user