- [x] [`lef:imgupload`](https://github.com/LEFapps/lef-imgupload) is used by [the upload component](https://github.com/LEFapps/lef-forms2/blob/master/components/Upload.js). When this dependency is not available, skip the component (but show a notification/log in development). - [ ] [`{ Text } from lef:utils`](https://github.com/LEFapps/lef-utils) is used by [the infobox component](https://github.com/LEFapps/lef-forms2/blob/master/components/InfoBox.js). Text is basically an MD wrapper, so this dependency can be removed if we include markdown-it as an npm dependency. - [ ] [`lef:translations`]() is used in the this package only to determine: - which is the current language (display a form with more than one language) - which languages are available (form editor) If the translations package is not available, a default `Translator` object could be used.
lef:imguploadis used by the upload component. When this dependency is not available, skip the component (but show a notification/log in development).{ Text } from lef:utilsis used by the infobox component. Text is basically an MD wrapper, so this dependency can be removed if we include markdown-it as an npm dependency.lef:translationsis used in the this package only to determine:If the translations package is not available, a default
Translatorobject could be used.