Skip to content

Commit

Permalink
cleanup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
digi604 committed Oct 19, 2012
1 parent bfbf3e4 commit 7908842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/extending_cms/custom_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,11 @@ Can the plugin be inserted inside the text plugin?

If this is enabled the following function need to be overwritten as well:

***icon_src()***
**icon_src()**

Should return the path to an icon displayed in the text.

***icon_alt()***
**icon_alt()**

Should return the alt text for the icon.

Expand Down
4 changes: 2 additions & 2 deletions docs/upgrade/2.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ Here is the MultiColumn Plugin as an example::
There are 2 new properties for plugins:

***allow_children***
**allow_children**

Boolean
If set to True it allows adding Plugins.

***child_classes***
**child_classes**

List
A List of Plugin Classes that can be added to this plugin.
Expand Down

0 comments on commit 7908842

Please sign in to comment.