Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112258864
PhabricatorLegalpadConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, May 9, 10:09
Size
512 B
Mime Type
text/x-php
Expires
Sun, May 11, 10:09 (1 d, 15 h)
Engine
blob
Format
Raw Data
Handle
26051148
Attached To
rPH Phabricator
PhabricatorLegalpadConfigOptions.php
View Options
<?php
/**
* @group legalpad
*/
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.'
))
);
}
}
Event Timeline
Log In to Comment