I won’t be adding that, But you can help yourself by changing following line
Search for this line in cptfields.php
'has_archive' => array( 'arr_label' => 'Has Archive' , 'name' => 'xy_post[args][has_archive]', 'type'=>'boolean', 'desc'=>'Enables post type archives. Will generate the proper rewrite rules if rewrite is enabled. ', 'default'=>'true'),
Change it to
'has_archive' => array( 'arr_label' => 'Has Archive' , 'name' => 'xy_post[args][has_archive]', 'type'=>'string', 'desc'=>'Enables post type archives. Will generate the proper rewrite rules if rewrite is enabled. ', 'default'=>'true'),
then you will be getting a text box.Use wisely.:)
Am almost finished with the next version just doing some testing….:)