Problem/Motivation
Actually when we want to export a single configuration file we have to manually copy and paste content on file manually.
Steps to reproduce
Go to url /admin/config/development/configuration/single/export and select a single configuration.
Proposed resolution
It would be helpfull to have a button to download the configuration file and avoid to manually copy and paste to the file.
User interface changes
Add a Download button in bottom of the page.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | Single-export--download.png | 145.45 KB | prashant.c |
Issue fork drupal-3201567
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #7
prashant.cComment #9
prashant.cIncluded code to achieve the following functionalities:
1. Show the "Download" button specifically on the single export page at
"admin/config/development/configuration/single/export".2. Upon clicking the "Download" button, a YAML file with the configuration name will be downloaded to your local system.
Requesting code and usability reviews, as well as any feedback. Appreciate your input. Thank you.
Comment #11
smustgrave commentedThis will need test coverage
IS is incomplete as this will be a UI change.
CR will be needed.