Skip to content

Commit

Permalink
Update widgets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Letsch committed Apr 20, 2016
1 parent f10b774 commit 65fbdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-guides/widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ return [
];
```

This example requires an additional JS component located at `hello:js/widget.js` and a php view file `hello/widgets/helloview.php` which is used to render the widget in the frontend.
This example requires the following two files to render the widget in the frontend, a JavaScript file and a PHP file.

`js/widget.js`:

Expand Down

0 comments on commit 65fbdb2

Please sign in to comment.