Override events plugin blueprints

Hi everyone, this is my first post here. I’m trying to override the file user/plugins/events/blueprints/event.yaml by creating a custom blueprint in user/blueprints/events/event.yaml
But I can’t figure out why it doesn’t work, any advice?

it really depends on the plugin. This events plugin in particular, i’m assuming is this one:

As you can see this line is explicitly looking in it’s own plugin folder for the YAML. To resolve this you will probably need to talk to the author of the plugin to allow this to be extended.

Or, you can of course just put your blueprint in the plugin’s event.yaml file…

Oh it’s for that so! I couldn’t figure out if I was doing something wrong, but it’s a limitation of the plugin itself. So yeah for the moment I’ve just modified the plugin’s original file :wink:

I’ll try to contact the author for this.

Thanks for the help!

1 Like

You can always provide PR that will change it, it’s a matter od one, tops two lines of code :wink: Be bold!