add drush command

This commit is contained in:
Robert Nasarek 2026-06-25 11:19:29 +02:00
parent 3310455a70
commit cb58638fe9
7 changed files with 360 additions and 82 deletions

View file

@ -22,7 +22,13 @@ drush en dfg_3dviewer -y
drush cr
```
Configure at `/admin/config/dfg_3dviewer`. Settings are passed to the browser as `drupalSettings.dfg_3dviewer`.
Configure at `/admin/config/dfg_3dviewer`, or apply the bundled local development preset:
```bash
drush dfg-3dviewer:configure
```
Override individual values with options, for example `--main-url=https://example.test/`. Settings are passed to the browser as `drupalSettings.dfg_3dviewer`.
## Package contents