dnadesign / silverstripe-elemental-virtual

Allows Content Blocks to be reused between pages.
BSD 3-Clause "New" or "Revised" License
7 stars 26 forks source link

Make ElementVirtual work with TagField & inline #49

Closed micschk closed 1 year ago

micschk commented 2 years ago

Fixes #5 Fixes #48

wilr commented 2 years ago

@micschk thanks, I assume we need to add TagField as a dependancy. Which version did you expect this to work with ^2.6?

micschk commented 2 years ago

@wilr (I think) this issue https://github.com/silverstripe/silverstripe-tagfield/issues/195 and this commit fixing it https://github.com/silverstripe/silverstripe-tagfield/commit/527c5b22242264b84bcd9bc038217d2b92737932. It seems TagField would need a new tag release which includes the above commit for ElementVirtual to work with it (inline).