Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103990178
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
Wed, Mar 5, 20:38
Size
567 B
Mime Type
text/x-php
Expires
Fri, Mar 7, 20:38 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24655410
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
getFontIcon
()
{
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