Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96156330
PhabricatorPhameConfigOptions.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
Mon, Dec 23, 06:44
Size
619 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 06:44 (2 d)
Engine
blob
Format
Raw Data
Handle
23135302
Attached To
rPH Phabricator
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
getFontIcon
()
{
return
'fa-star'
;
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'phame.skins'
,
'list<string>'
,
array
(
'externals/skins/'
,
))
->
setLocked
(
true
)
->
setDescription
(
pht
(
'List of directories where Phame will look for skins.'
)),
);
}
}
Event Timeline
Log In to Comment