add drush command
This commit is contained in:
parent
3310455a70
commit
cb58638fe9
7 changed files with 360 additions and 82 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue