Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97909441
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
Tue, Jan 7, 11:14
Size
548 B
Mime Type
text/x-php
Expires
Thu, Jan 9, 11:14 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23437332
Attached To
rPH Phabricator
PhabricatorLegalpadConfigOptions.php
View Options
<?php
final
class
PhabricatorLegalpadConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Legalpad'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure Legalpad.'
);
}
public
function
getFontIcon
()
{
return
'fa-gavel'
;
}
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