You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.
Thomas Mentzel edited this page Jan 2, 2017
·
2 revisions
The core package of NZazu already contains a basic amount of fields to use in a field definition. These fields can be extended or overwritten using a custom field factory.
NZazu fiddle can be used to test the fields and form definition on demand.
Label
A label is a very basic field which show a simple text.
{
"Key": "settings",
"Type": "label",
"Prompt": "Settings",
"Description": "You can manage your account here."
},