Skip to content

Commit

Permalink
Update flysystem.md (#386)
Browse files Browse the repository at this point in the history
`include_asstets` options have been removed.
  • Loading branch information
napestershine authored and helios-ag committed Jan 13, 2020
1 parent 4fcf580 commit 3a75a0e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ fm_elfinder:
#path_prefix: / # for setting custom assets path prefix, useful for non vhost configurations, i.e. http://127.0.0.1/mysite/
#fullscreen: true|false # default is true, applies to simple and ckeditor editors
#theme: smoothness # jquery theme, default is 'smoothness'
include_assets: true # disable if you want to manage loading of javascript and css assets manually
#visible_mime_types: ['image/png', 'image/jpg', 'image/jpeg'] # only show these mime types, defaults to show all
connector:
#debug: true|false # defaults to false
Expand Down
2 changes: 0 additions & 2 deletions docs/advanced-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ fm_elfinder:
locale: %locale% # defaults to current request locale
cors_support: true
editor: simple
include_assets: false # disable if you want to handle loading of the javascript and css assets yourself
connector:
debug: true # defaults to false
roots: # at least one root must be defined
Expand Down Expand Up @@ -82,7 +81,6 @@ fm_elfinder:
tinymce:
locale: %locale%
editor: tinymce4
include_assets: true
relative_path: true
fullscreen: true
connector:
Expand Down
1 change: 0 additions & 1 deletion docs/elfinder-form-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ fm_elfinder:
editor: form # other choices are tinymce or simple, and form
show_hidden: false # defaults to false
fullscreen: true # defaults true, applies to simple and ckeditor editors
include_assets: true # disable if you want to handle loading of the javascript and css assets yourself
connector:
debug: false # defaults to false
roots: # at least one root must be defined
Expand Down
3 changes: 0 additions & 3 deletions docs/flysystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ fm_elfinder:
locale: %locale% # defaults to current request locale
editor: ckeditor # other options are tinymce, tinymce4, form, custom and simple
fullscreen: true # defaults true, applies to simple and ckeditor editors
include_assets: true # disable if you want to handle loading of the javascript and css assets yourself
connector:
debug: false # defaults to false
roots: # at least one root must be defined
Expand Down Expand Up @@ -76,7 +75,6 @@ fm_elfinder:
locale: %locale%
editor: ckeditor
fullscreen: true
include_assets: true
relative_path: false
connector:
debug: false
Expand Down Expand Up @@ -120,7 +118,6 @@ fm_elfinder:
adapter:
locale: %locale%
editor: simple
include_assets: true
relative_path: true
connector:
roots:
Expand Down

0 comments on commit 3a75a0e

Please sign in to comment.