Viewing 1 replies (of 1 total)
  • Plugin Author Robert Peake

    (@robertpeake)

    Sorry for the delay as WordPress still doesn’t notify us of new posts!

    You can specify roles in app/config/bootstrap.php like so:

    MvcConfiguration::set(array(
        /* Set permission levels for different components */
        'admin_controller_capabilities' => array(
                            'model_type' => 'role')
       ...

    HTH!

Viewing 1 replies (of 1 total)
  • The topic ‘MVC to other roles, like editor’ is closed to new replies.