Skip to content

Instantly share code, notes, and snippets.

@kjohnson
Last active January 14, 2016 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjohnson/a13bdd974c24844661e9 to your computer and use it in GitHub Desktop.
Save kjohnson/a13bdd974c24844661e9 to your computer and use it in GitHub Desktop.
/*
* 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