/* | |
* Settings | |
*/ | |
$this->_settings = array( | |
'label' => array( | |
'name' => 'label', | |
'type' => 'textbox', | |
'label' => __( 'Label', 'ninja-forms'), | |
'width' => 'one-half', | |
'group' => 'primary', | |
'value' => '', | |
'help' => __( 'Enter the label of the form field.', 'ninja-forms' ), | |
), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment