Hi,
I am trying to integrate the sample 'Rename' command from the SDK. I have followed the instruction given in the rename.command.md file as below:
1. Move the command directory to a sub-directory in the `src` directory of your extension project.
2. Replace 'samples' prefix in all source file to the prefix of your extension.
3. Merge the following content to the the `<prefix>-extensions.json` file in the `src` directory of your extension project to register
the command and to make a button triggering it appear on the toolbar of the nodestable widget.
I have also changed the button name to 'ChangeName' in the 'lang.js' file under 'src\widgets\rename\impl\nls\root' directory.
But its not showing the 'ChangeName' button on the 'nodestable toolbar' when I select any document.
My extension prefix is 'tprt', so I have replaced the 'samples' with the 'tprt' in all the source files.
Also I have put the rename folder in the 'widgets' sub-directory in the `src` direcotry. And in the source file for example I have changed the path as below:
'i18n!tprt/widgets/rename/impl/nls/lang'
Could you please tell me what else I have to do or what I am doing wrong to make it work.
Thanks in advance.
Regards,
Josef