elliot-sawyer / silverstripe-linkfield

Adds a Linkfield for gorriecoe/silverstripe-link
BSD 3-Clause "New" or "Revised" License
9 stars 25 forks source link

Support "Versioning" #20

Open TomOudeRengerink opened 4 years ago

TomOudeRengerink commented 4 years ago

Are there currently any plans of making the gorriecoe\Link\Models\Link versioned?

gorriecoe commented 4 years ago

I'm unlikely to add versioning to link as I feel that it is too small of a dataobject to apply this too. If json db fields is ever implemented I would probably look at applying it to the parent dataobject but thats about it. If you would like to add versioning to your project, you should be able to do so by applying the following to your yml

gorriecoe\Link\Models\Link:
  extensions:
    - SilverStripe\Versioned\Versioned