Add Archive Settings Page for Custom Post Types
To enable the archive settings page for Custom Post Types (CPT) in using the Genesis framework, you can use the snippet below:
add_post_type_support( 'mycpt', 'genesis-cpt-archives-settings' );
Change mycpt to the name of your CPT.