Best approach to render Field Layouts in plugins in Craft 6? #19380
|
I have a plugin that has CP settings screens that are rendered through CpScreenResponse using Several of these screens embed a field-layout designer and/or CP tabs. Those components worked on 6.0.0-alpha.14. After upgrading to 6.0.0-alpha.16, I can no longer interact with the field-layout designers (no drag and drop, no fields selector) and the Tab layouts don't switch tabs. In Craft 6, is there a supported way for a plugin to render a field-layout designer (and CP tabs) in a CpScreenResponse when the plugin doesn't ship its own Inertia/Vue page component? |
Replies: 1 comment
That’s due to a JS error which I just fixed for the next release. (ab33464) |
That’s due to a JS error which I just fixed for the next release. (ab33464)