As a user I would like to replace all the reference of zObject in the Vue and JS files to use the actual Constants variable (resources\ext.wikilambda.edit\Constants.js).
So for example if you find "Z1" you should replace it with Constants.Z_OBJECT, or if you find Z6K1 replace it with Constants.Z_STRING_VALUE.
- Update all .vue file
- Update all .js file (mainly store)