Skip to content

Commit 47405c0

Browse files
alicompubarryvdh
authored andcommitted
Fix readme for section tinyMCE 5. (#265)
* replaces the file_browser_callback with file_picker_callback in readme Signed-off-by: alicompu <[email protected]> * Revert "replaces the file_browser_callback with file_picker_callback in readme" This reverts commit bab460d. * replaces the file_browser_callback with file_picker_callback in readme Signed-off-by: alicompu <[email protected]>
1 parent c15115f commit 47405c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ route('elfinder.tinymce5');
118118
In the TinyMCE init code, add the following line:
119119

120120
```javascript
121-
file_browser_callback : elFinderBrowser
121+
file_picker_callback : elFinderBrowser
122122
```
123123

124124
Then add the following function (change the `elfinder_url` to the correct path on your system):

0 commit comments

Comments
 (0)