silverstripe-framework/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/index.md

13 lines
637 B
Markdown
Raw Normal View History

2014-11-07 20:43:57 +01:00
title: Customising the Admin Interface
summary: Extend the admin view to provide custom behavior or new features for CMS and admin users.
introduction: The Admin interface can be extended to provide additional functionality to users and custom interfaces for managing data.
The Admin interface is bundled within the SilverStripe Framework but is most commonly used in conjunction with the `CMS`
module. The main class for displaying the interface is a specialized [api:Controller] called [api:LeftAndMain], named
as it is designed around a left hand navigation and a main edit form.
[CHILDREN]
## How to's
[CHILDREN Folder="How_Tos"]