I would love the "Latest Posts"-Block to have a drop down for choosing either the regular posts or if one or several custom post type are enabled the opportunity to choose on of them.

Related to #1594
Addition: In order to fully reflect a custom information architecture, the drop down 'Category' has be be replaced/completed with the taxonomies registered for the selected custom post type.
Right; be better to switch "Category" and "Post type" aswell then :-)
When this gets added, the default selected post type should be the current post type...
i.e. - User is creating a new Movie item, dropdown should default to movies CPT, user is editing a Comic Book, dropdown should default to comic_books.
Also related https://github.com/WordPress/gutenberg/issues/2662
+1 Using this for Articles post type which exactly works the same as the regular post type.
Also related to the Archive block.
@Ringish started some exploration on this issue.
Here's a first working commit.
And as @draganescu mentioned at #20046 I should move it to the QueryControls!

Most helpful comment
Here's a first working commit.
And as @draganescu mentioned at #20046 I should move it to the
QueryControls!