File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -82,3 +82,18 @@ docker compose exec phpfpm bin/console app:templates:install
82
82
83
83
- Use ` --all ` option for installing all available templates.
84
84
- 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.
You can’t perform that action at this time.
0 commit comments