Hey,
It would be great if you could offer a custom panel for easily extending phabricator without creating new PHP classes for very small snippets.
Hey,
It would be great if you could offer a custom panel for easily extending phabricator without creating new PHP classes for very small snippets.
You can write this panel type yourself (subclass PhabricatorDashboardPanelType and drop it in phabricator/src/extensions/) but we aren't going to support this in the upstream. It's not secure and can not be made secure. A user or attacker can violate policies, destroy data, etc.