Page MenuHomePhorge

PhabricatorPasteConfigOptions.php
No OneTemporary

Size
636 B
Referenced Files
None
Subscribers
None

PhabricatorPasteConfigOptions.php

<?php
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
Mon, May 5, 4:45 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
69272
Default Alt Text
PhabricatorPasteConfigOptions.php (636 B)

Event Timeline