Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94123571
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
Wed, Dec 4, 02:35
Size
599 B
Mime Type
text/x-php
Expires
Fri, Dec 6, 02:35 (2 d)
Engine
blob
Format
Raw Data
Handle
22716846
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
getIcon
()
{
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