- added registartion page;
- implemented validation helper-functions; - fixed form fields datepicker and datepicker range; - updated routes logic; - fixed FAQ items editing/submission;
This commit is contained in:
6
src/configData.js
Normal file
6
src/configData.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const mimeTypes = [
|
||||
{ name: 'PDF file', code: 'application/pdf' },
|
||||
{ name: 'ZIP file', code: 'application/zip' },
|
||||
{ name: 'Immagine', code: 'image/*' },
|
||||
{ name: 'Word doc', code: 'application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document' }
|
||||
];
|
||||
Reference in New Issue
Block a user