Is it possible to add a DB field for a plugin

Dear team,

I'm developping a new plugin, and I would need to add a field on the image table. But going thru the doc I didn't found a way to do that. Is it planned by the framework ?

My plugin is doing image analysis and I would like to store the information at the image level. What is the best way to do that ? Of course I would like this info to be persitent...

Best regards

Comments

  • acrylian Administrator, Developer
    We have the extra table `plugin_storage` for such purposes. Take a look at the database info on the admin overview page for example.

    If you need to add things to the edit pages, there are filters for the sidebar boxes available.Info on that on the user guide.
Sign In or Register to comment.