Skip to content

Commit

Permalink
Merge pull request #4890 from xpika/release/2.2
Browse files Browse the repository at this point in the history
Added the search dialog to the standalone file editor interface
  • Loading branch information
GwendolenLynch committed Feb 23, 2016
2 parents f27604e + ac106f8 commit fc1a4a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/view/twig/editfile/editfile.twig
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<link rel="stylesheet" property="stylesheet" href="{{ paths.app }}view/js/ckeditor/plugins/codemirror/css/codemirror.min.css">
<script src="{{ paths.app }}view/js/ckeditor/ckeditor.js"></script>
<script src="{{ paths.app }}view/js/ckeditor/plugins/codemirror/js/codemirror.min.js"></script>
<script src="{{ paths.app }}view/js/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js"></script>
{% for file in codemirror %}
<script src="{{ paths.app }}view/js/ckeditor/plugins/codemirror/plugins/{{ file }}.min.js"></script>
{% endfor %}
Expand Down

0 comments on commit fc1a4a6

Please sign in to comment.