User capabilities

Is there an overview of capabilities?
I needed to create a new custom user role in WordPress and would like to assign the capability to manage Podlove settings.

I added 'podlove_read_dashboard' => true to my function which creates the role, but it had no effect.

So far we only define two capabilities:

  • podlove_read_analytics
  • podlove_read_dashboard

There are no capabilities for managing podcast settings yet. This is hardcoded to the administrator role.