I try to patch the Signature Field Drupal module.
I follow this tutorial (https://groups.drupal.org/node/518975) but I don't get any changes.
What I try:
1-Run: composer require cweagans/composer-patches
2-Edit the composer.json
"extra": {
"installer-paths": {
...
},
"patches": {
"drupal/signature_field": { //here my module is signature_field
"Drupal Signature Field fix multi feilds": "https://www.drupal.org/files/issues/2019-02-21/signature_field-2993223-08.patch"
}
}
}
3- Run composer install
PROBLEM: I run the composer install
but all packages installed or updated but no change on my module. what is wrong?