--- label: 'Importing a single configuration item' related: - core.config_overview - config.export_full - config.import_full - config.export_single --- {% set single_import_link_text %}{% trans %}Single item{% endtrans %}{% endset %} {% set single_import_link = render_var(help_route_link(single_import_link_text, 'config.import_single')) %} {% set export_single_topic = render_var(help_topic_link('config.export_single')) %} {% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Import a single configuration item in YAML format, such as one that was previously exported (see {{ export_single_topic }}). See {{ config_overview_topic }} for more information about configuration.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Development > Configuration synchronization > Import > {{ single_import_link }}.{% endtrans %}
  2. {% trans %}Select the Configuration type that you want to import.{% endtrans %}
  3. {% trans %}On your computer or other device, copy the YAML-format configuration that you want to import to the clipboard.{% endtrans %}
  4. {% trans %}Paste the clipboard text into the box labeled Paste your configuration here.{% endtrans %}
  5. {% trans %}Click Import.{% endtrans %}