1
0

textile document plugin placement

This commit is contained in:
Ian
2014-01-02 17:59:31 +01:00
parent fcdd122214
commit 9420bcb1ad
2 changed files with 6 additions and 0 deletions

View File

@@ -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!');

View File

@@ -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') {