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?
1 Reply
Hello @Ian I think the best way for that purpose it to create a custom frontend. The Manifest admin panel is something rather standard. Anyway we are currently working on adding hooks like "beforeCreate" to implement your custom logic (in your case generating the QR code for example)