Skip to content

Instantly share code, notes, and snippets.

View cdw9's full-sized avatar

Chrissy Wainwright cdw9

View GitHub Profile
@cdw9
cdw9 / configure.zcml
Last active May 21, 2024 19:43
Mosaic Link Integrity - A subscriber that will gather all links and references from tiles to store them and properly connect the objects
<subscriber
for="plone.dexterity.interfaces.IDexterityContent
zope.lifecycleevent.interfaces.IObjectModifiedEvent"
handler=".events.modifiedMosaic"
/>