Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F36276595
PhabricatorPhameConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
532 B
Subscribers
None
PhabricatorPhameConfigOptions.php
View Options
<?php
final
class
PhabricatorPhameConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
"Phame"
);
}
public
function
getDescription
()
{
return
pht
(
"Configure Phame blogs."
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'phame.skins'
,
'list<string>'
,
array
(
'externals/skins/'
,
))
->
setDescription
(
pht
(
'List of directories where Phame will look for skins.'
)),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Feb 22, 6:47 PM (38 m, 33 s)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7f/61/11926c01989d26e439fac35b4be5
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment