Hi,
With CS 21.4 (and using nodeJS 12.27.x instead of the LTE) I have succeeded in compiling and deploying a simple widget. But what I really need is the smart UI equivalent of WebNode commands. I had this working about a year ago, but unfortunately, all that work didn't get saved and is now lost. What I'm trying to do now is take the sample rename command and implement it in my module. I copied over the sample, and updated the path in each sample rename file to reflect my module. To my modulename-extensions.json I added the following:
"csui/utils/commands": {
"extensions": {
"modulename": [
"modulename/commands/rename"
]
}
Is there anything else I need to add? The command doesn't seem to ever make it into either the out-debug or out-release bundles.
-Hugh