It looks like you're new here. If you want to get involved, click one of these buttons!
from http://www.getfuelcms.com/user_guide/modules/simple
permission : The name of the permission that users must be subscribed to to have access to the module.
What do you think? Maybe in the next version?
permission: array(
'create' => 'module/create',
'edit' => 'module/edit',
'delete' => 'module/delete',
'other' => 'module/ohter'
);
Comments
PS still, the difference between edit / create is kinda crucial. Maybe something to keep in mind for the upcoming version!
We'll look into the create permission as well. It's a little tricky because of how related create and edit are (you redirect to edit after you create). Perhaps "create" allows you access to both the create and edit screen whereas edit just allows you to edit an existing page.