This development release for the videopopup module. it is still in development is someone use it they nay encounter error.
We need to support the new Consent Management Platform (CMP) by adding an optional configuration to enable/disable.
Added an optional configuration that outputs the following JS configuration:
window._sp_.config.cmp = _sp_.config.cmp || {}; window._sp_.config.cmp.enabled = true;
Add support for server to server transaction confirmation callback.
The documentation has been improved. The README.md is available via Drupal's help system and has support for the Markdown module.
Some internal variable's are renamed to allow more generic future improvements.
The CBID format will be validated when saving the settings form.