Skip to content

Latest commit

 

History

History
79 lines (57 loc) · 2.54 KB

documentation.md

File metadata and controls

79 lines (57 loc) · 2.54 KB

Documentation

Bundle configuration

# Default bundle configuration
admingenerator_form_extensions:
  upload_manager:           ~
  image_manipulator:        ~
  twig:
    use_form_resources:     true
  collection_upload:
    async_listener_enabled: false
    async_route_name:       ~
    file_storage:           admingenerator.form.file_storage.local
  # you need these JS assets for some form types
  # if you set it to true, the bundle will include them for you
  # otherwise you have to do it manually
  include_jquery:           false
  include_jqueryui:         false
  include_momentjs:         false
  include_blueimp:          false 
  include_gmaps:            false
Bootstrap Collection family:
Blueimp Upload family:
Double List family:
Bootstrap DateTime:
Knob:
Mini Colors:
Elastic Textarea:
Google Map:
Select2 family:

Form extensions: