-
Notifications
You must be signed in to change notification settings - Fork 0
Type – Border
Henner R Setyono edited this page Jan 11, 2020
·
3 revisions
'formBorder' => [
'label' => __( 'Border' ),
'type' => 'ct-border',
],'formBorder' => [
'width' => 1,
'style' => 'solid',
'color' => [ 'color' => 'var(--main)' ],
],style - Can be solid, dashed, dotted, or none.
Where to apply the code above?
- The option snippet is for New Section Filter
- The value format is for Default Value Filter
Learn more:
