Changeset View
Changeset View
Standalone View
Standalone View
src/applications/files/config/PhabricatorFilesConfigOptions.php
| Show First 20 Lines • Show All 178 Lines • ▼ Show 20 Lines | $this->newOption( | ||||
| 'metamta.files.subject-prefix', | 'metamta.files.subject-prefix', | ||||
| 'string', | 'string', | ||||
| '[File]') | '[File]') | ||||
| ->setDescription(pht('Subject prefix for Files email.')), | ->setDescription(pht('Subject prefix for Files email.')), | ||||
| $this->newOption('files.enable-imagemagick', 'bool', false) | $this->newOption('files.enable-imagemagick', 'bool', false) | ||||
| ->setBoolOptions( | ->setBoolOptions( | ||||
| array( | array( | ||||
| pht('Enable'), | pht('Enable'), | ||||
| pht('Disable') | pht('Disable'), | ||||
| ))->setDescription( | ))->setDescription( | ||||
| pht("This option will enable animated gif images". | pht("This option will enable animated gif images". | ||||
| "to be set as profile pictures. The 'convert' binary ". | "to be set as profile pictures. The 'convert' binary ". | ||||
| "should be available to the webserver for this to work")), | "should be available to the webserver for this to work")), | ||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||