When registering a custom record type in WP to support the visual editor, we specify the argument 'supports' => array('editor', ...)
. But this adds a classic visual editor, not Gutenberg, as in standard entries.
The documentation did not find what you need to specify to add it.