Skip to content

Commit

Permalink
add post grid default attributes in php
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-shafi committed Nov 14, 2023
1 parent 1c604cd commit 8b392cf
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,38 @@
'type' => 'string',
'default' => 'post'
),
'paginationAlignment' => array(
'type' => 'string',
'default' => 'left'
),
'paginationColor' => array(
'type' => 'string',
'default' => ''
),
'paginationBackground' => array(
'type' => 'string',
'default' => ''
),
'paginationGradient' => array(
'type' => 'string',
'default' => ''
),
'activePaginationColor' => array(
'type' => 'string',
'default' => ''
),
'activePaginationBackground' => array(
'type' => 'string',
'default' => ''
),
'activePaginationGradient' => array(
'type' => 'string',
'default' => ''
),
'pagination' => array(
'type' => 'boolean',
'default' => false
),
'padding' => array(
'type' => 'array',
'default' => array()
Expand Down

0 comments on commit 8b392cf

Please sign in to comment.