timmyomahony / craft-matrix-field-preview

Configure a screenshot preview for all your matrix field blocks, giving your clients a better publishing experience.
https://plugins.craftcms.com/matrix-field-preview
Other
16 stars 4 forks source link

[FR] Support Neo field as well #17

Closed mediabeastnz closed 4 years ago

mediabeastnz commented 4 years ago

We use the Neo field to build our sections and this plugin would be perfect for a lot of our sites.

Would support for Neo be hard? Happy to help out if you point me in the right direction ✌️

timmyomahony commented 4 years ago

Oooo. I think it would be possible. At the moment we use our own database table to track the previews. That table has a FK to the Craft matrix field block type. No reason why we couldn't add another colum to track neo fields (assuming neo uses a totally different field to the matrix field - I haven't used it before).

timmyomahony commented 4 years ago

Just had a look at their source and seems they have their own tables so we could certainly track those as well as the matrix fields. It would require probably handling it under a separate tab or something. I will look into it a bit more. Thanks for the feedback.

bryantAXS commented 4 years ago

This is exactly what I've been looking for and needing with Neo! All our sites use this setup and we've been dying for something like this.

timmyomahony commented 4 years ago

Thanks @bryantAXS, sounds like it would be a good feature to work on so

tyler-deboer commented 4 years ago

+1 to that. Having Neo integration would be amazing.

paragonn commented 4 years ago

+2 to that. This would be really great!

proimage commented 4 years ago

Came here to see if this had been requested yet; this would be awesome!

timmyomahony commented 4 years ago

Neo time! I've just released a new version 1.2.0 that adds basic Neo field support. Now you can add previews for both your regular matrix field inputs as well as neo fields.