Skip to content
Snippets Groups Projects
  • Aline Gondim Santos's avatar
    d00bf41e
    Icons to svg · d00bf41e
    Aline Gondim Santos authored
    add svg icons to plugins
    change iconPath from png to svg
    add iconPath to manifests
    
    GitLab: #10
    Change-Id: I2dd6d58636e926f5be577b68f8caa38d45068687
    d00bf41e
    History
    Icons to svg
    Aline Gondim Santos authored
    add svg icons to plugins
    change iconPath from png to svg
    add iconPath to manifests
    
    GitLab: #10
    Change-Id: I2dd6d58636e926f5be577b68f8caa38d45068687
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
manifest.json 124 B
{
    "name": "pluginName",
    "description": "plugin description",
    "version": "version",
    "iconPath" : "icon.svg"
}