-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Fields
Alex Torscho edited this page Jan 11, 2015
·
1 revision
The Custom Field system gives the possibility to create new user and content fields.
It supports several types:
- Text input
- Textarea
- URL input
- Email input
- Checkbox
- Radio
And more to come in next releases!
Custom User Fields are separated into field groups. This will permit to nicely organize them and to show them in profiles.
For example, default ones are: "Facebook" and "Twitter" fields of type "URL" in a field group "Social Networks". They will appear in user profile under a "Social Networks" category.
Since content fields are used in contents, they do not need any field groups but are instead connected to content types.
A good example may be the default content type "Articles", which has two fixed fields (title and slug) and one custom field: body. The same for "Pages".
