Hello Team,
I’m developing a custom app that will have a small 3-pager public-facing website. These web pages will be rendered from Data inserted in Custom DocTypes.
I’m exporting these DocTypes as Fixtures, after “bench export-fixtures” data from DocTypes are getting exported but images that were uploaded as attachments are still under “site/public/images”;
Questions
1) How can I configure to have these images uploaded in the app folder (and i will check-in those in git) itself so that when I install the app (from git repo), images should get installed along with other stuff?
2) Is there any alternative to handle it?
Hello Team,
Is it at all possible to have images uploaded in app to be uploaded in folder within app itself?