Marek Dědič
Marek Dědič
https://wordpress.org/support/topic/problem-granting-permission/#post-16142506
The `block.json` file is the recommended way of registering blocks - we should investigate switching to this method https://make.wordpress.org/core/2021/06/23/block-api-enhancements-in-wordpress-5-8/
If the active theme contains ```php add_theme_support( 'editor-styles' ); ``` its styles are also applied to the block editor, which then looks weird. We should implement our own styles for...
Google API access is not possible on non-encrypted HTTP (this needs to be verified) The plugin probably shouldn't even show the 1st step in basic settings if it isn't running...
https://wordpress.org/support/topic/unable-to-load-images-in-sub-directories
(need to check which versions are used for which WP version)
Basically, delete `tests/bootstrap.php`. There probably already are actions for this...
When in a situation that there is a Google Drive shortcut somewhere in the gallery, the plugin displays the folder and it works for browsing. However, when looking at the...