Currently, we have a bunch of commands that do a nice job of managing SPFx solutions in SharePoint Online. However, I've noticed that we are missing a way to set the description of the custom actions in SharePoint Online.
The idea is to add a new option:
| Option |
Description |
--description [description] |
Description for the SPFx app. |
We can add this option to the commands below:
Implementation
We can keep the existing API requests and just add an extra property called Description to the body.
Currently, we have a bunch of commands that do a nice job of managing SPFx solutions in SharePoint Online. However, I've noticed that we are missing a way to set the description of the custom actions in SharePoint Online.
The idea is to add a new option:
--description [description]We can add this option to the commands below:
spo applicationcustomizer addspo applicationcustomizer setspo commandset addspo commandset setImplementation
We can keep the existing API requests and just add an extra property called
Descriptionto the body.