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.

Starting with Silverstripe CMS 4, the user interface logic is transitioned from jQuery and jQuery.entwine, which is replaced with ReactJS. The transition is done iteratively, starting with AssetAdmin and CampaignAdmin.

How to's#