Alexander Graef
Alexander Graef
Really love what you are doing, but all additional block styles and options should be optional. You did a great job for most of the additional features. But I had...
crayon_langs.class.php Line 340: return preg_replace('/[^\w-+#]/msi', '', $id); becomes return preg_replace('/[^\w\-+#]/msi', '', $id); Regards Alex
### Bug Description Self-hosted instances only provide the option to choose the auth token, but there is no way to set the actual server url. ### To Reproduce Add any...
As soon as the plugin gets activated it breaks editing within Elementor and access to the Rest API Might be related to colliding Basic Auth, as the website is secured...