config.import_single.html.twig
Same filename in other branches
--- 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')) %} <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% 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 %}</p> <h2>{% trans %}Steps{% endtrans %}</h2> <ol> <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> > <em>Development</em> > <em>Configuration synchronization</em> > <em>Import</em> > <em>{{ single_import_link }}</em>.{% endtrans %}</li> <li>{% trans %}Select the <em>Configuration type</em> that you want to import.{% endtrans %}</li> <li>{% trans %}On your computer or other device, copy the YAML-format configuration that you want to import to the clipboard.{% endtrans %}</li> <li>{% trans %}Paste the clipboard text into the box labeled <em>Paste your configuration here</em>.{% endtrans %}</li> <li>{% trans %}Click <em>Import</em>.{% endtrans %}</li> </ol>
File
-
core/
modules/ config/ help_topics/ config.import_single.html.twig
View source
- ---
- 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')) %}
- <h2>{% trans %}Goal{% endtrans %}</h2>
- <p>{% 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 %}</p>
- <h2>{% trans %}Steps{% endtrans %}</h2>
- <ol>
- <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> > <em>Development</em> > <em>Configuration synchronization</em> > <em>Import</em> > <em>{{ single_import_link }}</em>.{% endtrans %}</li>
- <li>{% trans %}Select the <em>Configuration type</em> that you want to import.{% endtrans %}</li>
- <li>{% trans %}On your computer or other device, copy the YAML-format configuration that you want to import to the clipboard.{% endtrans %}</li>
- <li>{% trans %}Paste the clipboard text into the box labeled <em>Paste your configuration here</em>.{% endtrans %}</li>
- <li>{% trans %}Click <em>Import</em>.{% endtrans %}</li>
- </ol>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.