Closed nilshoerrmann closed 4 years ago
It seems like the API URL is outdated and it should be:
'pattern' => [
'site/blueprints/add-fields',
'pages/(:any)/blueprints/add-fields',
],
instead of:
'pattern' => [
'site/children/blueprints/add-fields',
'pages/(:any)/children/blueprints/add-fields',
],
Thanks for the report and debug effort.
Your are absolutely right. There is a breaking change from Kirby 3.4.2 to 3.4.3 introduced by https://github.com/getkirby/kirby/commit/eac50cc2d90731675e4d8cb0d1b43f111b582e14.
I'll provide the fix asap.
PR #31 should fix this.
After installing this plugin, I get the following error when trying to access the create dialog:
It doesn't matter if there are custom add fields or not. We are using Kirby 3.4.3.