-
Notifications
You must be signed in to change notification settings - Fork 0
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'
],'header_button_text' => 'Download'
Where to apply the code above?
- The option snippet is for New Section Filter
- The value format is for Default Value Filter
Learn more:
