Initial Drupal 11 with DDEV setup
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
---
|
||||
label: 'Exporting your complete site configuration'
|
||||
related:
|
||||
- core.config_overview
|
||||
- config.import_full
|
||||
- config.export_single
|
||||
- config.import_single
|
||||
---
|
||||
{% set export_link_text %}{% trans %}Export{% endtrans %}{% endset %}
|
||||
{% set export_link = render_var(help_route_link(export_link_text, 'config.export_full')) %}
|
||||
{% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}
|
||||
<h2>{% trans %}Goal{% endtrans %}</h2>
|
||||
<p>{% trans %}Create and download an archive containing all your site's configuration, exported as YAML files. 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>{{ export_link }}</em>.{% endtrans %}</li>
|
||||
<li>{% trans %}Click <em>Export</em> and save the archive file.{% endtrans %}</li>
|
||||
</ol>
|
||||
@ -0,0 +1,21 @@
|
||||
---
|
||||
label: 'Exporting a single configuration item'
|
||||
related:
|
||||
- core.config_overview
|
||||
- config.export_full
|
||||
- config.import_full
|
||||
- config.import_single
|
||||
---
|
||||
{% set single_export_link_text %}{% trans %}Single item{% endtrans %}{% endset %}
|
||||
{% set single_export_link = render_var(help_route_link(single_export_link_text, 'config.export_single')) %}
|
||||
{% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}
|
||||
<h2>{% trans %}Goal{% endtrans %}</h2>
|
||||
<p>{% trans %}Export a single configuration item to a file. 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>Export</em> > <em>{{ single_export_link }}</em>.{% endtrans %}</li>
|
||||
<li>{% trans %}Select the <em>Configuration type</em> that you want to export, and then select the specific <em>Configuration name</em> to export.{% endtrans %}</li>
|
||||
<li>{% trans %}Use your browser to copy the text in the box marked <em>Here is your configuration</em> to the clipboard.{% endtrans %}</li>
|
||||
<li>{% trans %}Paste the copied text into a plain-text editor on your computer or other device, and save it using the suggested file name below the text box.{% endtrans %}
|
||||
</li>
|
||||
</ol>
|
||||
@ -0,0 +1,21 @@
|
||||
---
|
||||
label: 'Importing your complete site configuration'
|
||||
related:
|
||||
- core.config_overview
|
||||
- config.export_full
|
||||
- config.import_single
|
||||
- config.export_single
|
||||
---
|
||||
{% set import_link_text %}{% trans %}Import{% endtrans %}{% endset %}
|
||||
{% set import_link = render_var(help_route_link(import_link_text, 'config.import_full')) %}
|
||||
{% set export_full_topic = render_var(help_topic_link('config.export_full')) %}
|
||||
{% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}
|
||||
<h2>{% trans %}Goal{% endtrans %}</h2>
|
||||
<p>{% trans %}Import the complete configuration of your site from an archive file, such as one that was previously exported (see {{ export_full_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_link }}</em>.{% endtrans %}</li>
|
||||
<li>{% trans %}Browse to find the <em>Configuration archive</em> that you want to import.{% endtrans %}</li>
|
||||
<li>{% trans %}Click <em>Upload</em>. Your configuration archive will be unpacked and placed in the configuration synchronization directory, and you will be redirected to the <em>Synchronize</em> page.{% endtrans %}</li>
|
||||
<li>{% trans %}Review the differences between your uploaded configuration and the active configuration, if any, and click <em>Import all</em> to import the changes.{% endtrans %}</li>
|
||||
</ol>
|
||||
@ -0,0 +1,22 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user