Differential D13006 Diff 31364 src/applications/diffusion/config/PhabricatorDiffusionConfigOptions.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/diffusion/config/PhabricatorDiffusionConfigOptions.php
| Show First 20 Lines • Show All 139 Lines • ▼ Show 20 Lines | return array( | ||||
| 'from web traffic (for example, if you use different SSH and '. | 'from web traffic (for example, if you use different SSH and '. | ||||
| 'web load balancers), you can set the SSH hostname here. This '. | 'web load balancers), you can set the SSH hostname here. This '. | ||||
| 'is an advanced option.')), | 'is an advanced option.')), | ||||
| $this->newOption('diffusion.fields', $custom_field_type, $default_fields) | $this->newOption('diffusion.fields', $custom_field_type, $default_fields) | ||||
| ->setCustomData( | ->setCustomData( | ||||
| id(new PhabricatorRepositoryCommit()) | id(new PhabricatorRepositoryCommit()) | ||||
| ->getCustomFieldBaseClass()) | ->getCustomFieldBaseClass()) | ||||
| ->setDescription( | ->setDescription( | ||||
| pht( | pht('Select and reorder Diffusion fields.')), | ||||
| "Select and reorder diffusion fields.\n\n". | |||||
| "These will primarily show up in Mail Notifications.")), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||