mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
Collect descriptions from plugins
This commit is contained in:
@@ -34,14 +34,10 @@
|
||||
<permissions>
|
||||
|
||||
<permission>
|
||||
<display-name>Git config (read)</display-name>
|
||||
<description>Read access to git config</description>
|
||||
<value>configuration:read:git</value>
|
||||
</permission>
|
||||
|
||||
<permission>
|
||||
<display-name>Git config (write)</display-name>
|
||||
<description>Write access to git config</description>
|
||||
<value>configuration:write:git</value>
|
||||
</permission>
|
||||
|
||||
|
||||
@@ -33,5 +33,21 @@
|
||||
},
|
||||
"success": "Default branch changed!"
|
||||
}
|
||||
},
|
||||
"permissions" : {
|
||||
"configuration": {
|
||||
"read": {
|
||||
"git": {
|
||||
"displayName": "Read git configuration",
|
||||
"description": "May read the git configuration"
|
||||
}
|
||||
},
|
||||
"write": {
|
||||
"git": {
|
||||
"displayName": "Write git configuration",
|
||||
"description": "May change the git configuration"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user