Theme Features
Use ./core/config/support.php to add or remove WordPress theme feature. More informantion: add_theme_support.
return [
  /*
  |--------------------------------------------------------------------------
  | WORDPRESS FEATURES SUPPORT
  |--------------------------------------------------------------------------
  */
  'menus',
  'post-thumbnails',
  'automatic-feed-links',
  'title-tag',
  'custom-logo',
  /*
  |--------------------------------------------------------------------------
  | GUTENBERG SUPPORT
  |--------------------------------------------------------------------------
  */
  'editor-styles',
  'wp-block-styles',
  'align-wide',
  'responsive-embeds',
];