Bulk edition for Tailor content

I’m using the version 3.7.5. I have several content types defined via Tailor blueprint, and the edition of individual records on the backend works fine. Now I need to implement a feature to edit several records at once. Ideally, I need a method that works for all the blueprints. Is there some plugin available to achieve this? If not, I would appreciate a general guideline to develop that feature.

Thanks in advance for your suggestions.

Hi @jeraso

This is a challenge, since the fields can be quite complex. Probably the closest solution to this at the moment is the import feature.

This exact feature doesn’t exist at the moment. You could build a plugin to do it if you want to target specific fields, if they are known to be simple inputs. Something like a data table view, similar to the Translate plugin, how it translates messages.

I hope this helps.