Skip to content

Commit

Permalink
rename friendlyName to description
Browse files Browse the repository at this point in the history
Signed-off-by: qmuntal <[email protected]>
  • Loading branch information
qmuntal committed Apr 26, 2022
1 parent 52fad18 commit ec89a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/plugin-extensibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ All response attributes are required.
// Plugin name that matches its install dir
// e.g. "com.example.nv2plugin".
"name" : "<plugin name>",
// Plugin friendly name.
"friendlyName" : "<friendly name>",
// Plugin description.
"description" : "description>",
// Plugin publisher controlled version.
"version" : "<version>",
// Plugin webpage for support or documentation.
Expand Down

0 comments on commit ec89a5c

Please sign in to comment.