Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1062630
PhabricatorPasteConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
659 B
Referenced Files
None
Subscribers
None
PhabricatorPasteConfigOptions.php
View Options
<?php
/**
* @group paste
*/
final
class
PhabricatorPasteConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Paste'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure Paste.'
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'metamta.paste.public-create-email'
,
'string'
,
null
)
->
setDescription
(
pht
(
'Allow creating pastes via email.'
)),
$this
->
newOption
(
'metamta.paste.subject-prefix'
,
'string'
,
'[Paste]'
)
->
setDescription
(
pht
(
'Subject prefix for paste email.'
))
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jun 29, 10:06 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
258253
Default Alt Text
PhabricatorPasteConfigOptions.php (659 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment