silverstripe / silverstripe-cms

Silverstripe CMS - this is a module for Silverstripe Framework rather than a standalone app. Use https://github.com/silverstripe/silverstripe-installer/ to set this up.
http://silverstripe.org/
BSD 3-Clause "New" or "Revised" License
512 stars 331 forks source link

Don't hardcode `SiteTree` in `CMSMain` #2947

Open GuySartorelli opened 3 months ago

GuySartorelli commented 3 months ago

CMSMain has a tree_class configuration property which is sometimes referenced - but sometimes SiteTree is explicitly hardcoded. The hardcoded references and the assumptions about using SiteTree should be removed.

Benefits

Related

Notes

Acceptance criteria

TO DECIDE