Page MenuHomePhabricator

Custom PHP/HTML PanelType
Closed, WontfixPublic

Description

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.

Event Timeline

kennyeni raised the priority of this task from to Needs Triage.
kennyeni updated the task description. (Show Details)
kennyeni added a project: Dashboards.
kennyeni added a subscriber: kennyeni.
epriestley claimed this task.

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.