### 6. Change the default content added to a new deploy (via Drupal Content Sync)
The Drupal Content Sync is stored: `leaf-base-i8/docker/drupal/rootfs/var/www/drupal/content/sync/` and imported via [LEAF Drupal install.sh](https://gitlab.com/calincs/cwrc/leaf/leaf-base-i8/-/blob/3fd9853226ee496db3dc7a183dfbb937bf179de7/docker/drupal/rootfs/usr/local/share/custom/install.sh#L103-109)
The steps to change are in ticket #188 for bulk changes
* Create a new deployment and adjust content as desired
* Capture content by
- use Drupal Content Sync Export
- removed `content/sync` subdirectories in the LEAF Git repository (nodes and entities)
- copied the export from the Drupal Content Sync tool into the `content/sync` directory
- search and replace for all mentions of the url of the site where the export was executed and replace with the previous `islandora.dev` domain
### 6. VSCode + XDebug + Drupal (might be out-of-date as of Nigel's 2022 changes)
Use the integrated [ide in the local install](https://gitlab.com/calincs/cwrc/leaf/leaf-base-i8/-/tree/main#ide)