Wappler Version : 7.5.0
Operating System : windows 11 pro
Server Model: PHP
Database Type: MariaDB
Hosting Type: Own Server
Expected behavior
What do you think should happen?
Cookie consent is not updated when UI customization -> consent modal -> layout is changed, it should be updated.
Actual behavior
What actually happens?
Cookie consent is not updated when UI customization -> consent modal -> layout is changed.
How to reproduce
Cookie consent is not updated when UI customization -> consent modal -> layout is changed.
How I solved the problem
Changed guioptions under injex.js file which is under js/cdmx-cookie-consent/index.js folder.
Added:
guiOptions: {
consentModal: {
layout: "bar",
position: "bottom",
equalWeightButtons: true,
flipButtons: false
},
preferencesModal: {
layout: "box",
position: "right",
equalWeightButtons: true,
flipButtons: false
}
},