Problem/Motivation
Saving the settings in PWA Extras submodule installs a wrong configuration file pwa_extra.settings.yml instead of pwa_extra.settings.apple.yml.
Steps to reproduce
Install the submodule, export configuration.
Proposed resolution
* Rename the file in submodule's config/install folder
* correct the config schema to apply to describe pwa_extra.settings.apple configuration
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1.png | 317.97 KB | hotflowers |
| #5 | 2.png | 370.76 KB | hotflowers |
| #5 | 3.png | 339.08 KB | hotflowers |
| #3 | pwa_extras_config-3167344-3.patch | 2.97 KB | daniel kulbe |
Comments
Comment #2
daniel kulbeComment #3
daniel kulbeComment #4
daniel kulbeComment #5
hotflowers commentedDaniel Kulbe,
Do you have the following errors?
Comment #6
tyler36 commentedConfirmed:
Test:
- Install
drupal:8.9- Enable PWA:
drush en pwa- Enable PWA_extras:
drush en pwa_extras- Clear cache:
drush cr- Produces warning:
- Export config:
drush cex- Creates:
pwa_extras.settings.yml## Fix
- Apply patch:
git apply -v pwa_extras_config-3167344-3.patch.txt- Enable PWA_extras:
drush en pwa_extras- Clear cache:
drush cr- Export config:
drush cex- Creates:
pwa_extras.settings.apple.ymlComment #7
alexborsody commentedComment #8
alexborsody commentedComment #10
alexborsody commented