Page MenuHomePhorge

PhabricatorPasteConfigOptions.php
No OneTemporary

Size
659 B
Referenced Files
None
Subscribers
None

PhabricatorPasteConfigOptions.php

<?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

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)

Event Timeline