In the open source spirit, one of the purposes of making labs available to everyone means that people can fork the project and re-use the code to spin their own version.
The current labs still relies on many hardcoded strings, one example could be the Cloudinary details, the whole uploads path is hardcoded to the component.
My idea is to either use env variables to store such strings as a centralized content source.
In the open source spirit, one of the purposes of making labs available to everyone means that people can fork the project and re-use the code to spin their own version.
The current labs still relies on many hardcoded strings, one example could be the Cloudinary details, the whole uploads path is hardcoded to the component.
My idea is to either use env variables to store such strings as a centralized content source.