Solved

Permission Function

  • 15 June 2023
  • 2 replies
  • 80 views

Userlevel 4
Badge +6

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.

icon

Best answer by Pierre 16 June 2023, 10:20

View original

2 replies

Userlevel 5
Badge +8

hello!

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

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


Pierre

Userlevel 4
Badge +6

Thanks @Pierre 

 

Reply