Skip to main content
Version: 4.x

adding-custom-fields-what-components-are-supporting-custom-fields

Components supporting custom fields

Articles in this Series

  1. Introduction
  2. Parameters for all Custom Fields
  3. Calendar Field
  4. Checkboxes Field
  5. Color Field
  6. Editor Field
  7. Integer Field
  8. List Field
  9. List of Images Field
  10. Media Field
  11. Radio Field
  12. Repeatable Field
  13. Sql Field
  14. Text Field
  15. Textarea Field
  16. Url Field
  17. User Field
  18. Usergroup Field
  19. How can you group custom fields
  20. What components are supporting custom fields
  21. Implementation into your component
  22. Use custom fields in your overrides

What components are supporting custom fields

Content

You can use custom fields in the article manager. Open the article manager from the menu in the backend via Content | Articles. In the left pane you will find the menu items for editing the custom fields. Alternatively you can edit custom fields for articles directly via the menu Content | Fields. Custom fields usage content-en.png

Contact

You can use custom fields for contacts. Open the contact manager from the menu in the backend via Components | Contacts. In the left pane you will find the menu items for editing the custom fields.

Custom fields usage contact-en.png

Third Party

Through some plugin events 3rd party extension developers are able to easily integrate the custom fields feature into their components. It will look as part of their extension, similar to categories, tags or history.
However, the exact usage in this extension depends on the integration. Navigate to the next article to see how to integrate the custom fields to your component.

Prev: How to group custom fields Next: Implementation into your component