Gio Petry
Gio Petry
Well it seems it can only be extracted by command line, My bad
> @GioPetry checkout this package https://github.com/drupal-composer/preserve-paths. You can prevent deletions by adding something like > > ``` > "preserve-paths": [ > "web/wp-content/themes/custom-theme", > "web/wp-content/plugins/custom-plugin" > ], > ``` @mralexho this...
> @GioPetry yes it works for individual files. Did you see their [example](https://github.com/drupal-composer/preserve-paths?tab=readme-ov-file#example)? Add the following to your composer file > > ``` > "preserve-paths": [ > "web/wp-config.php", > "web/wp-content/themes/custom-theme",...