This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// dropzoneWordpressRestApiForm is the configuration for the element that has an id attribute | |
// with the value dropzone-wordpress-rest-api-form (or dropzoneWordpressRestApiForm) | |
Dropzone.options.dropzoneWordpressRestApiForm = { | |
//acceptedFiles: "image/*", // all image mime types | |
acceptedFiles: ".jpg", // only .jpg files | |
maxFiles: 1, | |
uploadMultiple: false, | |
maxFilesize: 5, // 5 MB | |
init: function() { | |
console.group('dropzonejs-wp-rest-api:'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<collation name="utf8_arabic" id="100"> | |
<rules> | |
<reset>\u0627</reset> | |
<i>\u0622</i> | |
<i>\u0623</i> | |
<i>\u0625</i> | |
</rules> | |
<rules> | |
<reset>\u0647</reset> | |
<i>\u0629</i> |