-
Notifications
You must be signed in to change notification settings - Fork 0
Type – Select
Henner R Setyono edited this page Jan 10, 2020
·
5 revisions
'anchorType' => [
'label' => __( 'Anchor Type' ),
'type' => 'ct-select',
'view' => 'text',
'choices' => [
'type-1' => __( 'Normal' ),
'type-2' => __( 'Underline' ),
'type-3' => __( 'Underline on Hover' ),
'type-4' => __( 'Background on Hover' ),
],
'value' => 'type-1',
],Where to apply the code above?
- The option snippet is for New Section Filter
- The value format is for Default Value Filter
Learn more:
