Select as 'Featured post' in admin

Is there a way in the admin section to have a dropdown which returns and select a specific page under ‘/blog’ folder.
for example.

in my themes/MY_THEME/blueprint/blog.yaml

featured:
type: pages
show_all: true

Then in admin UI you’ll have a ‘select option’ which only shows pages under ‘blog’ ? Thanks!