Skip to content

Commit

Permalink
feat: ✨ add snippets to scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
woldtwerk committed Aug 15, 2024
1 parent 1778739 commit d7fb41c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/uebertool-companion/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,16 @@
"require": {
"drupal/core": "^8.8.0 || ^9.0 || ^10.0",
"npm-asset/photoswipe": "^5"
},
"extra": {
"drupal-scaffold": {
"file-mapping": {
"[project-root]/.vscode/uebertool_twig.code-snippets": {
"mode": "replace",
"path": "modules/uebertool_twig/uebertool_twig.code-snippets",
"overwrite": true
}
}
}
}
}

0 comments on commit d7fb41c

Please sign in to comment.