A SilverStripe DataObject extension to enable SEO friendly data objects.
Silverstripe 3.0+
Please install using composer, then extend any data object that you want to give a unique URL in your config.yml file.
MyDataObject:
extensions:
['SeoFriendlyDataObject']
The code is based on URLDataObject by Simon Elvery (see)
Copyright 2014 Mattias Lindgren See the file called LICENSE.