Closed distantnative closed 3 years ago
Instead using this beforeCreate hook https://github.com/chrisbeluga/kirby-navigation/blob/main/src/app.vue#L329
beforeCreate
you should be able to achieve the same in your https://github.com/chrisbeluga/kirby-navigation/blob/main/src/index.js via
panel.plugin('beluga/navigation', { fields: ..., use: VueNestable })
@distantnative Thanks for the heads up, updated with latest commit
Instead using this
beforeCreate
hook https://github.com/chrisbeluga/kirby-navigation/blob/main/src/app.vue#L329you should be able to achieve the same in your https://github.com/chrisbeluga/kirby-navigation/blob/main/src/index.js via