Skip to content
Alex Torscho edited this page Jan 11, 2015 · 1 revision

Custom User Fields

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!

User Fields

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.

Content Fields

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".

Clone this wiki locally