Invalid Role - PROJECT_CREATOR

gblack686
gblack686 Partner, Registered Posts: 62 Partner

I'm getting a warning "Unkown macro role" when I'm attempting to add the python-runnable to my plugin. I copied the code from here.

{
    "meta": {
        "label": "Start a New Project",
        "description": "",
        "icon": "icon-puzzle-piece"
    },
"impersonate": false,
"params": [
        {
            "name": "projectName",
            "label": "Project name",
            "type": "STRING",
            "mandatory": true
        },
        {
            "name": "pyCodeEnvName",
            "label": "Python Code env name",
            "type": "STRING",
            "defaultValue": "python3"
        }
    ],
    "permissions": [],
     "resultType": "JSON_OBJECT",
    "macroRoles": [
        {"type": "PROJECT_CREATOR"}
    ]
}

Are there any additional step to allow it to appear on the "Create New Project" button on the home page? What about adding a folder similar to "DSS Tutorials"

Answers

Setup Info
    Tags
      Help me…