Same problem. Tried to update (v3.2.1 main and v1.8.2 addOn) but what has changed is that now I can see the names in the permission tab.
I still cannot change permission and, if I go to the frontend, I cannot see the edit link. To be precise, I can see that only in the chart which has permission by role and not in those which have permission by user name.
Great! Thanks for following my suggestion.
I saw you put the wpcm.editors.push(editor) in the initialize and not in the wpcm.codemirrorInit. Unfortunately if you use blocks in WP it doesn’t call that function so I had yo write in the
wpcm.codemirrorInit
after
wpcm.autoLoadTheme(editor, setting.theme);
the line
wpcm.editors.push(editor);
But maybe there’s another way to.