Copy link to clipboard
Copied
Hello Partners!
PPro Beta 25.0 builds contain CEP 12.
To enable unsigned panels to load again, enable PlayerDebugMode for CEP 12.
In the Windows Registry, you would add a (String) key named `PlayerDebugMode`, with a value of 1, to:
\Computer\HKEY_CURRENT_USER\Software\Adobe\CSXS.12
[If you've been developing on that same Windows system, you should see a PlayerDebugMode key under \CSXS.11...]
On MacOS, enter the following in Terminal, then relaunch Finder:
defaults write /Users/<username>/Library/Preferences/com.adobe.CSXS.12.plist PlayerDebugMode 1
That should do it!