Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90394690
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, Nov 1, 07:08
Size
603 B
Mime Type
text/x-php
Expires
Sun, Nov 3, 07:08 (2 d)
Engine
blob
Format
Raw Data
Handle
22067964
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
getGroup
()
{
return
'apps'
;
}
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