---
label: 'Configuring the edit form for an entity sub-type'
related:
- core.content_structure
- field_ui.add_field
- field_ui.manage_display
- core.ui_accessibility
---
{% set content_types_link_text %}{% trans %}Content types{% endtrans %}{% endset %}
{% set content_types_link = render_var(help_route_link(content_types_link_text, 'entity.node_type.collection')) %}
{% set content_structure_topic = render_var(help_topic_link('core.content_structure')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Configure the widgets used to edit the fields of an entity sub-type, their order on the form, and the widget settings. See {{ content_structure_topic }} for background information.{% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}Navigate to the page for managing the entity type you want to add the field to. For example, to add a field to a content type, in the Manage administrative menu, navigate to Structure > {{ content_types_link }}.{% endtrans %}
- {% trans %}Find the particular sub-type that you want to configure the editing form for, and click Manage form display in the Operations list.{% endtrans %}
- {% trans %}Use the drag arrows to order the fields in your preferred order.{% endtrans %}
- {% trans %}Drag any fields that you do not wish to see on the editing form to the Disabled section.{% endtrans %}
- {% trans %}In the Widget column, select the widget for editing each field.{% endtrans %}
- {% trans %}After selecting the desired widgets, click the settings gear in each row to change the settings for the widget.{% endtrans %}
- {% trans %}When you are done making changes, click Save.{% endtrans %}
- {% trans %}Test the editing form for your entity sub-type by editing or creating an entity. If needed, return to these steps to further refine the form.{% endtrans %}