]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
allows display of js plugin options on docs layout
authorzurbchris <chris@zurb.com>
Tue, 17 Nov 2015 19:22:31 +0000 (11:22 -0800)
committerzurbchris <chris@zurb.com>
Tue, 17 Nov 2015 19:22:31 +0000 (11:22 -0800)
docs/layout/component.html

index f8d2c21d3ec45db52d26df926529ffe410435e9a..105eba18ededafe862abfcbcc73cd8d5b4c9d59a 100644 (file)
@@ -246,7 +246,7 @@ Foundation.plugin({{name}});</code></pre></div>
       <tr>
         <td>{{this.name}}</td>
         <td>{{this.description}}</td>
-        <td><code>Sample!</code></td>
+        <td><code>{{this.examples}}</code></td>
       </tr>
       {{/each}}
     </table>