I have created a library named “My Library” which is also the name I would like to display in the Activities panel when selecting any of my custom components.
However, if I use the default settings when publishing the package to Orchestrator the space is replaced with . so my package name will be My.Library. In the Activities panel it will then show up as My with a subcategory named Library.
I can of course set the Package Name to MyLibrary when publishing - but then I have to remember doing so every time the library is being published.
Is there anywhere in the project.json I can specify the display name or the package name?
I think the closest I will come is adding an underscore in My_Library which with then be displayed as “My Library” in the Activities panel.
Unfortunately, I would like to add another prefix separated by a period, e.g. Test.My_Library but that will separate the library into Test → My Library in the Activities panel - but that apparently is not an option.