-
Notifications
You must be signed in to change notification settings - Fork 0
Type – Number
Henner R Setyono edited this page Feb 26, 2020
·
4 revisions
'cards_per_row' => [
'label' => __( 'Cards Per Row' ),
'type' => 'ct-number',
'min' => 2,
'max' => 5,
],NOTES
- This returns a number without unit.
- If you need number with a unit, use Slider instead.
'cards_per_row' => 3Where to apply the code above?
- The option snippet is for New Section Filter
- The value format is for Default Value Filter
Learn more:
