Skip to main content

I found Permission Syntax on community is 

permissions("{\"openBoard\": true , \"postConversation\":true }")

OpenBoard allows us to open the Board and postConversation allows us to comment on Board.

But I would like to know, if we would like to allow end user to configure board than what we need to write code in permission function.

hello!

Here is the syntax if you want to grant the “can Configure board” permission:

permissions("{\"openBoard\": true , \"postConversation\":true, \"configureBoard\":true  }")


Pierre


Thanks @Pierre 

 


Reply