Is there a way to extend Manifest admin panel actions?
For example, I've created a property signs entity. When I create one, I want to generate a QR code for it. Is there any way to have something like an onSave action, or should I do it from a separate frontend and generate the QR in an Astro API route?