Expand user programmatically

Is there any way I can expand user.yaml over a pluign?

I want to add some fields to all user if a plugin is in use.

Best regards

You cannot overwrite a given blueprint defined in the site/blueprints folder by defining them in a plugin. It works the other way round: A blueprint defined in a plugin is overwritten by a blueprint of the same type and name in the site/blueprints folder.

1 Like