Cdmx/wappler_ac_cookie_consent guioptions not updating

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

                }

            },

You should contact the developer of that cdmx-cookie-consent extension; it's not an official Wappler extension.