Consistent schema for plugin capabilities #599
CacheMeOwside
started this conversation in
General
Replies: 1 comment
-
|
I agree with @CacheMeOwside. Good catch |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the PluginCapability types have an inconsistent naming convention, with a mix of resource:action and action:resource. For example, read:content follows action:resource, while email:send follows resource:action.
Renaming capability strings is a breaking change for plugins, and since our plugin ecosystem is still small, this feels like a good time to have a consistent naming convention.
I'd propose picking either resource:action or action:resource and applying it throughout.
I'm happy to open a PR for whichever direction gets consensus.
Beta Was this translation helpful? Give feedback.
All reactions