Skip to content

Commit

Permalink
guides page for plugin horizontalruler added
Browse files Browse the repository at this point in the history
  • Loading branch information
evo42 committed Mar 13, 2012
1 parent 2d607d0 commit 6de881e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/guides/source/plugin_horizontalruler.textile
@@ -0,0 +1,15 @@
h2. The Horizontalruler Plugin

With this plugin the editor has the possibility to insert a horizontal ruler <hr>-element.

endprologue.

h3. Plugin Settings

<javascript>
Aloha.settings.plugins.horizontalruler: {
editables: {
'#my-editable': [] // disable the plugin for the editable with ID my-editable
}
}
</javascript>
3 changes: 3 additions & 0 deletions doc/guides/source/plugin_toc.textile
Expand Up @@ -12,5 +12,8 @@ h3. Plugin Settings
Aloha.settings.plugins.toc: {
minEntries: 5, // minimum TOC entries to display; default: 0 (show always all)
updateInterval: 5000, // update interval for the TOC in milliseconds; default: 5000 (5 seconds)
editables: {
'#my-editable': [] // disable toc plugin for editable with ID my-editable
}
}
</javascript>

0 comments on commit 6de881e

Please sign in to comment.