Problem/Motivation
TBS has pointed out that some sites using DrupalWxt are non-compliant because the footer menu says "Indigenous peoples" when it should be "Indigenous Peoples".
Steps to reproduce
1. Install DrupalWxt
2. Migrate in footer menu
3. View that "peoples" is not uppercase
Proposed resolution
Change migration to "Peoples"
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3612333-uppercase.png | 110.54 KB | danrod |
Issue fork wxt-3612333
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 #3
joel_osc commentedComment #4
joseph.olstadHi @joel_osc, just looking at the merge request from a lay perspective. there's a new file that looks like a yml file being added . The filename is unusual in that it's one digit with no extension.
modules/custom/wxt_ext/wxt_ext_migration/config/install/1would say:
modules/custom/wxt_ext/wxt_ext_migration/config/install/migrate_plus.migration.gcweb_block.ymlmake more sense?
It appears that the file
1is actuallymigrate_plus.migration.gcweb_block.ymlComment #5
joel_osc commentedShoot, thought I fixed that. Thx!
Comment #6
danrodI applied the MR above and I can see that "peoples" is uppercased now, screenshot:
Comment #7
joseph.olstad