.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt 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. .. code-block:: typoscript mod.web_layout.BackendLayouts.KEY > Example to remove the default layout .. code-block:: typoscript mod.web_layout.BackendLayouts.Default >