Skip to content

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',
],

Clone this wiki locally