Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107377058
PhabricatorMacroConfigOptions.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
Mon, Apr 7, 14:28
Size
563 B
Mime Type
text/x-php
Expires
Wed, Apr 9, 14:28 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25405081
Attached To
rPH Phabricator
PhabricatorMacroConfigOptions.php
View Options
<?php
final
class
PhabricatorMacroConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Macro'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure Macro.'
);
}
public
function
getIcon
()
{
return
'fa-file-image-o'
;
}
public
function
getGroup
()
{
return
'apps'
;
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'metamta.macro.subject-prefix'
,
'string'
,
'[Macro]'
)
->
setDescription
(
pht
(
'Subject prefix for Macro email.'
)),
);
}
}
Event Timeline
Log In to Comment