Skip to content

Latest commit

 

History

History
86 lines (64 loc) · 2.78 KB

documentation.md

File metadata and controls

86 lines (64 loc) · 2.78 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
  # you can disable the form extensions if you don't want or need them
  extensions:
    autocomplete:           true
    bootstrap_select:       true
    help_message:           true
    no_validate:            true
    single_upload:          true
Bootstrap Collection family:
Blueimp Upload family:
Double List family:
Bootstrap DateTime:
Knob:
Mini Colors:
Elastic Textarea:
Google Map:
Select2 family:

Form extensions: