Closed arnoson closed 1 year ago
Thanks for the great plugin!
I'm trying to get it to work with Kirby 4, and it the Structure constructor and options have changed (see the breaking changes section here).
Structure
new Structure([$field->yaml()], $field->parent())
should become
Structure::factory([$field->yaml()], ['parent' => $field->parent()]);
I can create a PR if you want
Hello. Thanks for your input. This fix and other things (linke search dialog) is in version 1.1.0.
Thanks for the great plugin!
I'm trying to get it to work with Kirby 4, and it the
Structure
constructor and options have changed (see the breaking changes section here).should become
I can create a PR if you want