--- 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 = render_var(url('entity.node_type.collection')) %} {% set content_structure = render_var(url('help.help_topic', {'id': '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 Managing content structure for background information.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% 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.{% endtrans %}
  2. {% 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 %}
  3. {% trans %}Use the drag arrows to order the fields in your preferred order.{% endtrans %}
  4. {% trans %}Drag any fields that you do not wish to see on the editing form to the Disabled section.{% endtrans %}
  5. {% trans %}In the Widget column, select the widget for editing each field.{% endtrans %}
  6. {% trans %}After selecting the desired widgets, click the settings gear in each row to change the settings for the widget.{% endtrans %}
  7. {% trans %}When you are done making changes, click Save.{% endtrans %}
  8. {% 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 %}