| 63 |
but it wouldn't have to be a link). If your plugin is not using |
but it wouldn't have to be a link). If your plugin is not using |
| 64 |
'replacement,' then the 'callback' element is *required.* |
'replacement,' then the 'callback' element is *required.* |
| 65 |
|
|
| 66 |
|
* 'html' |
| 67 |
|
If set to false, the plugin will not accept HTML submitted as link text. |
| 68 |
|
|
| 69 |
|
* 'tip' |
| 70 |
|
If set, the extended filter tips for freelinking will include this value |
| 71 |
|
as a short description of the plugin. It should be run through t(). |
| 72 |
|
|
| 73 |
So, a simple freelinking plugin only needs to include this array. Here's |
So, a simple freelinking plugin only needs to include this array. Here's |
| 74 |
our entire example: |
our entire example: |
| 75 |
$freelinking['mike'] => array( |
$freelinking['mike'] => array( |
| 162 |
|
|
| 163 |
--- |
--- |
| 164 |
freelining.module by ea. Farris <eafarris@gmail.com> |
freelining.module by ea. Farris <eafarris@gmail.com> |
| 165 |
$Id: PLUGIN.txt,v 1.1.2.5 2009/10/29 22:02:03 grayside Exp $ |
$Id: PLUGIN.txt,v 1.1.2.6 2009/11/02 05:05:47 grayside Exp $ |
| 166 |
vim: tw=72 syn=mkd |
vim: tw=72 syn=mkd |