I want to modify my local differential application to have less extra fields. For instance, to remove the 'Revision Update History' table and the 'Award Token' link. Am I best off removing these in code? Or are there environmental variables that control the behavior?
'
Description
Description
Related Objects
Related Objects
- Mentioned Here
- T4213: Provide custom themes, skinning, or custom CSS
Event Timeline
Comment Actions
You can uninstall the Tokens application and that should remove the Award Token link. The Revision Update History isn't configurable and you'll have to fork to remove that.
Comment Actions
Thanks @chad. Would still be nice to know what is and isn't configurable by environmental variables. Are they all listed in PhabricatorDifferentialConfigOptions.php?
Comment Actions
Everything that is configurable is in the Config application and documented. Generally speaking, the UI isn't re-configurable. You can do basic things like build Dashboards and turn applications off, but that's about it. T4213 covers skinning and themes.