Hi,
right now biggest hurdle for me on ClassicPress is getting to work proper cookie management system, that is compatible with GDPR and Google Consent Mode v2. On Wordpress i’m using Pressidium Cookie Consent - which is fully free, lightweight and checks all of the above, but the thing is that it’s loading react via @wordpress/element and uses few other js packages:
@wordpress/api-fetch
@wordpress/components
@wordpress/i18n
@wordpress/primitives
@wordpress/url
(via Settings page on ClassicPress · Issue #142 · pressidium/pressidium-cookie-consent · GitHub )
is it possible to load those conditionally on ClassicPress?
The plugin itself works properly, just can’t get options page to show up.