Skip to content

Commit 4cfea0f

Browse files
committed
4565: Added instructions to upgrade guide
1 parent 0d8e5be commit 4cfea0f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

UPGRADE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,18 @@ docker compose exec phpfpm bin/console app:templates:install
8282

8383
- Use `--all` option for installing all available templates.
8484
- Use `--update` option for updating existing templates.
85+
86+
#### 6 - Run screen layout list command to see status for installed screen layouts
87+
88+
```shell
89+
docker compose exec phpfpm bin/console app:screen-layouts:list
90+
```
91+
#### 7 - Run screen layout install for enabling screen layouts
92+
93+
```shell
94+
docker compose exec phpfpm bin/console app:screen-layouts:install
95+
```
96+
97+
- Use `--all` option for installing all available templates.
98+
- Use `--update` option for updating existing templates.
99+
- Use `--cleanupRegions` option for cleaning up regions that are no longer connected to a layout.

0 commit comments

Comments
 (0)