Skip to content

Type – Text

Henner R Setyono edited this page Jun 6, 2020 · 4 revisions

'button_text' => [
  'label' => __( 'Label' ),
  'type' => 'text',
  'design' => 'inline',
  'attr' => [
    'placeholder' => 'Enter a text'
  ] 
],

'button_link' => [
  'label' => __( 'URL' ),
  'type' => 'text'
],

Value Format

'header_button_text' => 'Download'

Clone this wiki locally