2014-02-08 99 views

回答

1

您可以使用differential.custom-field-definitions添加簡單的自定義字段。

例子:

{ 
    "companyname:fieldname": { 
    "name": "Short Name", 
    "description": "", 
    "type": "text", 
    "caption": "Text to display below the field when editing.", 
    "required":false, 
    "disabled":false, 
    "edit":true 
    } 
} 

對於更復雜的領域,請看看在Phabricator documentation

+1

這已不再可用(儘管他們計劃將其恢復) –

+0

@GoodPerson似乎指的是[Phabricator更新2017.02](https://secure.phabricator.com/w/changelog/2017.02/),具體爲[ T12085(https://secure.phabricator.com/T12085)。雖然我沒有看到這會如何影響'[differential.custom-field-definitions]配置值,這是[還有文檔](https://secure.phabricator.com/book/phabricator/article/custom_fields/)我在變更日誌中找不到任何東西。即使T12085也沒有提到它的任何改變。 – devurandom

相關問題