Skip to content

Commit

Permalink
Fix example text in config page
Browse files Browse the repository at this point in the history
  • Loading branch information
kidclamp committed Dec 2, 2016
1 parent f952177 commit ac89230
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Koha/Plugin/Com/ByWaterSolutions/CoverFlow/configure.tt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ $(document).ready(function() {
<br/>Example:<br/><br/>
<pre>
- id: 1
selector: #coverflow
selector: #coverflow
- id: 2
selector: .random
selector: .random
options:
buttons: true
autoplay: 4000
loop: true
</pre>

<p>Would replace an element with the id 'new_items' with a widget using the Koha report with an id of 5, and also replace any element with a class of 'random' with a widget based on the Koha report with the id 8.</p>
Expand Down

0 comments on commit ac89230

Please sign in to comment.