On a fresh install of Radicle, not all core blocks are available in Gutenberg:
I only have access to “text” and “media” groups.
On a basic WordPress installation (not with Radicle) I have access to various groups like “widgets”, “theme”, “embed”, …:
Even when trying to force a specific one, it doesn’t show up in the list:
add_filter('allowed_block_types', function($allowed_blocks, $post){
return [
'core/shortcode',
];
}, 10, 2);
Any idea why those are hidden on Radicle?