Skip to content

Commit

Permalink
[doc] add warning to new plugin interface section
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 14, 2012
1 parent b70c95f commit 8525d5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/writing-extensions.rst
Expand Up @@ -202,9 +202,12 @@ Finally, please also add a summary of your extension and its entry points to the
http://wiki.ckan.org/Extensions.


Writing a Plugin Interface
Creating a new Plugin Interface
--------------------------

.. Warning ::
New Plugin Interfaces need to be added to the core CKAN application.
This describes how to add a plugin interface to make core CKAN code pluggable.

Suppose you have a class such as this::
Expand Down

0 comments on commit 8525d5e

Please sign in to comment.