mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
Add the quick shortcut to create an image macro. Maybe.
I don't actually have Phabricator installed locally so I have no idea if this works, but in theory this should add one of the + buttons in the left sidebar to quickly add a new macro.
This commit is contained in:
parent
d20f4f6f20
commit
bba9f4cf21
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ final class PhabricatorApplicationMacro extends PhabricatorApplication {
|
||||||
public function getApplicationGroup() {
|
public function getApplicationGroup() {
|
||||||
return self::GROUP_UTILITIES;
|
return self::GROUP_UTILITIES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getQuickCreateURI() {
|
||||||
|
return $this->getBaseURI().'create/';
|
||||||
|
}
|
||||||
|
|
||||||
public function getRoutes() {
|
public function getRoutes() {
|
||||||
return array(
|
return array(
|
||||||
|
|
Loading…
Reference in a new issue