Skip to content

Commit

Permalink
Issue #34 - add orderby and order parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Feb 3, 2020
1 parent aed8089 commit c12c697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oik-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,8 @@ function oik_blocks_register_dynamic_blocks() {
, 'post_type' => ['type' => 'string']
, 'post_parent' => ['type' => 'string']
, 'numberposts' => ['type' => 'integer']
, 'orderby' => [ 'type' => 'string' ]
, 'order' => [ 'type' => 'string' ]

]
] );
Expand Down

0 comments on commit c12c697

Please sign in to comment.