@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator

Custom Fields docs: Remove "API is somewhat new" comment

Summary: This was valid when this line was added. But that was 11 years ago.

Test Plan: None.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26119

-3
-3
src/docs/user/configuration/custom_fields.diviner
··· 157 157 advanced validation, complicated controls, interaction with other systems, etc), 158 158 you can write a custom field as an extension and add it to Phorge. 159 159 160 - NOTE: This API is somewhat new and fairly large. You should expect that there 161 - will be occasional changes to the API requiring minor updates in your code. 162 - 163 160 To do this, extend the appropriate `CustomField` class for the application you 164 161 want to add a field to: 165 162