We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Navigate to your theme config in themename/app/config.php and find $post_formats variable.
themename/app/config.php
$post_formats
Now you can simply add your post formats in the array and them will be automatically registered.
$post_formats = array( 'aside', 'gallery', 'link', );
For more reference please visit: Post Formats