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:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user