Jump to content

programmatically set fields permission


sebastiaan
 Share

Recommended Posts

You can set flags and apply roles allowed to 'view' or 'edit' this field.

$field->setRoles(string $type, $roles); // $type = 'edit' or 'view'
$field->addFlag(int $flag);
$field->removeFlag(int $flag);

Reference:
https://processwire.com/api/ref/field/
https://processwire.com/api/ref/field/set-roles/
https://processwire.com/api/ref/field/add-flag/
https://processwire.com/api/ref/field/remove-flag/

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...