Skip to content

Commit

Permalink
Merge pull request #456 from marky291/patch-1
Browse files Browse the repository at this point in the history
Documentation for prop naming (non-breaking)
  • Loading branch information
rowanwins committed May 28, 2019
2 parents 5d057a2 + 6a5834a commit f76987a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/pages/Props.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ export default {
props: [
['id', 'String','dropzone', 'A string by which to identify the component, can be anything', 'True'],
['options', 'Object','{}', 'A dropzone [configuration object](http://www.dropzonejs.com/#configuration-options), accepts all valid dropzone configuration', 'True'],
['includeStyling', 'Boolean','True', 'Whether to include the dropzone and component styling.', 'False'],
['include-styling', 'Boolean','True', 'Whether to include the dropzone and component styling.', 'False'],
['awss3', 'Object','{}', 'Object consisting of 3 values signingURL, headers, and params. You can use the headers and params keys to send additional headers or parameters with the signing request (e.g. CSRF tokens). See [Demo and config](#/aws-s3-upload)', 'False'],
['destroyDropzone', 'Boolean','True', 'Destroy the dropzone object when the component is destroyed.', 'False'],
['duplicateCheck','Boolean','False','Check if added file is duplicate, in already dropped files in dropzone','False'],
['useCustomSlot','Boolean','False','Use a custom slot for the default message area','False'],
['destroy-dropzone', 'Boolean','True', 'Destroy the dropzone object when the component is destroyed.', 'False'],
['duplicate-check','Boolean','False','Check if added file is duplicate, in already dropped files in dropzone','False'],
['use-custom-slot','Boolean','False','Use a custom slot for the default message area','False'],
]
}
},
Expand Down

0 comments on commit f76987a

Please sign in to comment.