-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the examples file #44
Labels
Comments
jkudish
added a commit
that referenced
this issue
Feb 9, 2013
jkudish
added a commit
that referenced
this issue
Feb 10, 2013
jkudish
added a commit
that referenced
this issue
Feb 10, 2013
* set a filterable instance var with array of field types that can have a default value * allow for a new parameter, `default_value` on fields that allows you to set a default value * if current value is empty and field type is in the array, set the default value when rendering the field * add 2 example fields with `default_value` set fixes #47, ref #44
jkudish
added a commit
that referenced
this issue
Feb 10, 2013
* set a filterable instance var with array of field types that can have a placeholder * allow for a new parameter, `placeholder` on fields that allows you to set the placeholder * if field type is in the array, set the placeholder attribute when rendering the field * add several example fields with `placeholder` set fixes #52, ref #44
jkudish
added a commit
that referenced
this issue
Mar 18, 2013
remove all support from the test post type except for titles, makes for more thorough testing when looking at special fields like the `link` field type that may not work otherwise in some cases. ref #44
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update the examples file so that it contains at least 1 of each type of field, also make sure it respects the WordPress coding standards
The text was updated successfully, but these errors were encountered: