ModelAdmin on a Subsite

Silverstripe Version:

How do I display my ModelAdmin in one of my Subsites?

I have a website with a total of 4 websites, the main website and 3 Subsites. I want to add a ModelAdmin to on of the Subsites but it only shows on the left hand navigation for the main website.

Just add extension to yml like this:

Namespace\To\Your\ModelAdminClass:
  extensions:
    - SilverStripe\Subsites\Extensions\SubsiteMenuExtension
1 Like