Skip to content

CONFIGURATION

组态

Roles can be configured through the roles menu in admin dashboard but also through a recipe step.

可以通过管理仪表板中的角色菜单配置角色,也可以通过配方步骤配置角色。

A sample of a roles configuration step:

角色配置步骤的示例:


{

 <font color=#0099ff size=4 face="黑体">{</font> 


    "name": "roles",

    "Roles": [

        {

            "Name": "Journalist",

            "Permissions": [ "PublishContent", "EditContent" ]

        },

        {

            "Name": "Suscriber",

            "Permissions": [ ]

        },

    ]

}

 <font color=#0099ff size=4 face="黑体">}</font>