dev-master
9999999-devAdd a hash or slug to any DataObject in Silverstripe
The Requires
The Development Requires
0.1.0
0.1.0.0Add a hash to any DataObject in Silverstripe
The Requires
Wallogit.com
2017 © Pedro Peláez
Add a hash or slug to any DataObject in Silverstripe
Behaviours is a set of common DataExtensions and Traits to use with Silverstripe, (*2)
Add the following to your composer.json file, (*3)
"require" : { "milkyway-multimedia/ss-behaviors": "dev-master" },
Add the following in your YAML config for objects you would like to hash/slug, (*4)
YourDataObject: extensions: - Milkyway\SS\Behaviours\Extensions\Hashable
Add a hash or slug to any DataObject in Silverstripe
Add a hash to any DataObject in Silverstripe