Closed nilshoerrmann closed 4 years ago
Thanks for your contribution.
This PR will makes future versions of the plugin incompatible with kirby prior to v3.4.3.
I would prefer a fix that is backward compatible.
Right, didn't think about that. What about:
'pattern' => [
'site/children/blueprints/add-fields',
'site/blueprints/add-fields',
'pages/(:any)/children/blueprints/add-fields',
'pages/(:any)/blueprints/add-fields',
]
LGTM!
Great, I just updated the routes.
This pull request ensure the plugins listens to the new default routes used by Kirby.
Fixes #28