Open bnomei opened 7 years ago
but it seems to be half broken. crawling a tree of pages, getting fields types. once a plugin field definition (prevnext in my case) is encountered the detection fails. breaking all following field type detects.
I intend to keep maintaining this plugin. I'm not sure what you mean exactly. Would you mind share your blueprint and how you call it? Then I can easier fix it I think.
i can not share my current project but what i did was this...
children()
) and use b::blueprint($child->template(), 'fields/'.$fieldname.'/type');
to check if i want to export that field.$child->uri().$fieldname
which should be unique for each field did not fix it. so i assumed its the global fields def unrolling.b::blueprint
is prevnext
.
just noticed this feature. awesome! 🙌