Im not an experienced coder, but I have one custom component for my app, it’s an openlayers map.
I never really messed with the ww-config.js file and kept it as is, it looks like this:
export default {
editor: {
label: {
en: “My Element”,
},
},
properties: {
textColor: {
label: {
en: “Text color”,
},
type: “Color”,
defaultValue: “#F23636”,
},
},
};
Since the map occupies the whole page, I only used 100% height and Width in the weweb editor for this component and its been all i needed.
My question here after the latest Weweb update, do i need to change anything before republishing?
I have paying customers, so I really dont wanna risk the map not working after republishing after the 25th September update! Any help is appreciated! Thank you!
I read over the changes and i don’t believe I have to change anything as far as I understood. I need second opinions to confirm before republishing!