Files
qt-creator/doc/qtcreatordev/examples/exampleplugin/Example.json.in
Eike Ziller 38e005692e Plugin meta data: Add full stop to descriptions
Where they were missing. The text is shown as a paragraph in the
extension manager.

Change-Id: I6e15c89fe4023b222e9c476f4312e13fcb0905c0
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2024-06-28 06:46:52 +00:00

18 lines
389 B
JSON

{
//! [1]
"Name" : "Example",
"Version" : "0.0.1",
"CompatVersion" : "0.0.1",
//! [1]
//! [2]
"Vendor" : "MyCompany",
"Copyright" : "(C) MyCompany",
"License" : "Put short license information here",
"Description" : "Put a short description of your plugin here.",
"Url" : "https://www.mycompany.com",
//! [2]
//! [3]
${IDE_PLUGIN_DEPENDENCIES}
//! [3]
}