Yep, sry - I mistakenly read "Flashlight" instead of "Flagship". Go to flagship\includes\admin\register-admin-metabox.php and replace:
"std" => "",
"no_first"=>true,
"subtype" => array( 'Use default' => "",
'left sidebar' =>'sidebar_left',
'right sidebar'=>'sidebar_right',
'no sidebar'=>'fullsize',
'Dynamic Template'=>'dynamic'
)),
with:
"std" => 'dynamic',
"no_first"=>true,
"subtype" => array( 'Use default' => "",
'left sidebar' =>'sidebar_left',
'right sidebar'=>'sidebar_right',
'no sidebar'=>'fullsize',
'Dynamic Template'=>'dynamic'
)),
In the next array search for:
"std" => "",
"required" => array('layout','{contains}dynamic'),
and insert the template value as standard.