This commit is contained in:
Kelly Dwan 2019-06-12 05:41:29 -04:00 committed by Mike Jolley
parent c2eda2416d
commit aca692d49a
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ class WGPB_Block_Library {
protected static function get_schema_orderby() {
return array(
'type' => 'string',
'enum' => array( 'date', 'popularity', 'price_asc', 'price_desc', 'rating', 'title' ),
'enum' => array( 'date', 'popularity', 'price_asc', 'price_desc', 'rating', 'title', 'menu_order' ),
'default' => 'date',
);
}