X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fdropzonejs%2Fmodules%2Feb_widget%2Fconfig%2Fschema%2Fdropzonejs_eb_widget.schema.yml;fp=web%2Fmodules%2Fcontrib%2Fdropzonejs%2Fmodules%2Feb_widget%2Fconfig%2Fschema%2Fdropzonejs_eb_widget.schema.yml;h=ec9ec40890b8cf85db9bbe581b8397d05327ee2f;hp=dd606e73997de7fe95f3623b5a76e596e1fca457;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/modules/contrib/dropzonejs/modules/eb_widget/config/schema/dropzonejs_eb_widget.schema.yml b/web/modules/contrib/dropzonejs/modules/eb_widget/config/schema/dropzonejs_eb_widget.schema.yml index dd606e739..ec9ec4089 100644 --- a/web/modules/contrib/dropzonejs/modules/eb_widget/config/schema/dropzonejs_eb_widget.schema.yml +++ b/web/modules/contrib/dropzonejs/modules/eb_widget/config/schema/dropzonejs_eb_widget.schema.yml @@ -20,55 +20,38 @@ entity_browser.browser.widget.dropzonejs: extensions: type: string label: 'Allowed file extensions' + clientside_resize: + type: boolean + label: 'Use clientside resize' + resize_width: + type: integer + label: 'Maximum width' + resize_height: + type: integer + label: 'Maximum height' + resize_quality: + type: float + label: 'Resize quality' + resize_method: + type: string + label: 'Method used for resizing' + thumbnail_method: + type: string + label: 'Method used for generating the thumbnail' entity_browser.browser.widget.dropzonejs_media_entity: - type: mapping + type: entity_browser.browser.widget.dropzonejs label: 'Media Entity DropzoneJS widget configuration' mapping: - media_entity_bundle: + media_type: type: string label: 'Media type' - submit_text: - type: string - label: 'Submit button text' - auto_select: - type: boolean - label: 'Automatically submit selection' - upload_location: - type: string - label: 'Upload location' - dropzone_description: - type: string - label: 'Dropzone drag-n-drop zone text' - max_filesize: - type: string - label: 'Maximum size of files' - extensions: - type: string - label: 'Allowed file extensions' + entity_browser.browser.widget.dropzonejs_media_entity_inline_entity_form: - type: mapping + type: entity_browser.browser.widget.dropzonejs_media_entity label: 'Media Entity DropzoneJS with edit widget configuration' mapping: - media_entity_bundle: - type: string - label: 'Media type' - submit_text: - type: string - label: 'Submit button text' - upload_location: - type: string - label: 'Upload location' - dropzone_description: - type: string - label: 'Dropzone drag-n-drop zone text' - max_filesize: - type: string - label: 'Maximum size of files' - extensions: - type: string - label: 'Allowed file extensions' form_mode: type: string label: 'Form mode'