Page MenuHomePhorge

PhabricatorLegalpadConfigOptions.php
No OneTemporary

Size
485 B
Referenced Files
None
Subscribers
None

PhabricatorLegalpadConfigOptions.php

<?php
final class PhabricatorLegalpadConfigOptions
extends PhabricatorApplicationConfigOptions {
public function getName() {
return pht('Legalpad');
}
public function getDescription() {
return pht('Configure Legalpad.');
}
public function getOptions() {
return array(
$this->newOption(
'metamta.legalpad.subject-prefix',
'string',
'[Legalpad]')
->setDescription(pht('Subject prefix for Legalpad email.'))
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jun 29, 12:25 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
259360
Default Alt Text
PhabricatorLegalpadConfigOptions.php (485 B)

Event Timeline