Page Layouts
This section will give you an overview about the page layouts with the higher education package. Page layouts are implemented as backend layouts.
| Name | Description | web_layout key |
|---|---|---|
| Default | The default page layout with several content columns | Default |
| Page with submenu | Layout includes multiple content columns and a submenu | PageWithSubmenu |
| Education offer | Layout includes two content columns and is only used by the educational offer pagetype | EducationOffer |
Remove existing backend layouts
You can remove an existing backend layout via Page TSconfig like in the example below.
mod.web_layout.BackendLayouts.KEY >
Copied!
Example to remove the default layout
mod.web_layout.BackendLayouts.Default >
Copied!