During the work on some Freestyle UI5 Apps I always look for a way how to save constants in Frontend. I would like to share following practice with you, which I use currently. Define JSON File with Constants I am going to create a new File in my project root folder. In this file all constant and values will be stored as a JSON Object. /webapp/model/constants.json Define JSON Model in manifest.json file I […]
Weiter lesen