field_ui.manage_form.html.twig

Same filename in other branches
  1. 9 core/modules/help_topics/help_topics/field_ui.manage_form.html.twig
  2. 10 core/modules/field_ui/help_topics/field_ui.manage_form.html.twig
  3. 11.x core/modules/field_ui/help_topics/field_ui.manage_form.html.twig
---
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'})) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Configure the <em>widgets</em> used to edit the fields of an entity sub-type, their order on the form, and the widget settings. See <a href="{{ content_structure }}">Managing content structure</a> for background information.{% endtrans %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% 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 <em>Manage</em> administrative menu, navigate to <em>Structure</em> &gt; <a href="{{ content_types }}"><em>Content types</em></a>.{% endtrans %}</li>
  <li>{% trans %}Find the particular sub-type that you want to configure the editing form for, and click <em>Manage form display</em> in the <em>Operations</em> list.{% endtrans %}</li>
  <li>{% trans %}Use the drag arrows to order the fields in your preferred order.{% endtrans %}</li>
  <li>{% trans %}Drag any fields that you do not wish to see on the editing form to the <em>Disabled</em> section.{% endtrans %}</li>
  <li>{% trans %}In the <em>Widget</em> column, select the widget for editing each field.{% endtrans %}</li>
  <li>{% trans %}After selecting the desired widgets, click the settings gear in each row to change the settings for the widget.{% endtrans %}</li>
  <li>{% trans %}When you are done making changes, click <em>Save</em>.{% endtrans %}</li>
  <li>{% 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 %}</li>
</ol>

File

core/modules/help_topics/help_topics/field_ui.manage_form.html.twig

View source
  1. ---
  2. label: 'Configuring the edit form for an entity sub-type'
  3. related:
  4. - core.content_structure
  5. - field_ui.add_field
  6. - field_ui.manage_display
  7. - core.ui_accessibility
  8. ---
  9. {% set content_types = render_var(url('entity.node_type.collection')) %}
  10. {% set content_structure = render_var(url('help.help_topic', {'id': 'core.content_structure'})) %}
  11. <h2>{% trans %}Goal{% endtrans %}</h2>
  12. <p>{% trans %}Configure the <em>widgets</em> used to edit the fields of an entity sub-type, their order on the form, and the widget settings. See <a href="{{ content_structure }}">Managing content structure</a> for background information.{% endtrans %}</p>
  13. <h2>{% trans %}Steps{% endtrans %}</h2>
  14. <ol>
  15. <li>{% 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 <em>Manage</em> administrative menu, navigate to <em>Structure</em> &gt; <a href="{{ content_types }}"><em>Content types</em></a>.{% endtrans %}</li>
  16. <li>{% trans %}Find the particular sub-type that you want to configure the editing form for, and click <em>Manage form display</em> in the <em>Operations</em> list.{% endtrans %}</li>
  17. <li>{% trans %}Use the drag arrows to order the fields in your preferred order.{% endtrans %}</li>
  18. <li>{% trans %}Drag any fields that you do not wish to see on the editing form to the <em>Disabled</em> section.{% endtrans %}</li>
  19. <li>{% trans %}In the <em>Widget</em> column, select the widget for editing each field.{% endtrans %}</li>
  20. <li>{% trans %}After selecting the desired widgets, click the settings gear in each row to change the settings for the widget.{% endtrans %}</li>
  21. <li>{% trans %}When you are done making changes, click <em>Save</em>.{% endtrans %}</li>
  22. <li>{% 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 %}</li>
  23. </ol>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.