Customising the admin interface#

The Admin interface is bundled within the Silverstripe CMS but is most commonly used in conjunction with the cms module. The main class for displaying the interface is a specialized Controller called LeftAndMain, named as it is designed around a left hand navigation and a main edit form.

The user interface logic has a combination of jQuery and jQuery.entwine with ReactJS. Some admin sections, such as AssetAdmin, are powered purely with react components, while others have a combination of both react components and jQuery logic.

How to's#