Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit a75ceff

Browse files
committed
Remove ordered/unordered list so app doesn't blow up
1 parent 692440e commit a75ceff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

angular-redactor-filepicker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ RedactorPlugins.filepicker = function() {
187187
},
188188
options = {
189189
plugins: ['filepicker', 'fullscreen'],
190+
buttons: ['html', 'formatting', 'bold', 'italic', 'deleted', 'outdent', 'indent', 'image', 'file', 'link', 'alignment', 'horizontalrule']
190191
},
191192
additionalOptions = attrs.redactor ?
192193
scope.$eval(attrs.redactor) : {},

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-redactor-filepicker",
33
"main": "angular-redactor-filepicker.js",
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"homepage": "https://github.com/UseFedora/angular-redactor",
66
"authors": [
77
"Tyler Garlick <tjgarlick@gmail.com>",

0 commit comments

Comments
 (0)