mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature 2657: More options for pwg.categories.add
git-svn-id: http://piwigo.org/svn/trunk@15850 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -308,6 +308,10 @@ function ws_addDefaultMethods( $arr )
|
||||
array(
|
||||
'name' => array(),
|
||||
'parent' => array('default' => null),
|
||||
'comment' => array('default' => null),
|
||||
'visible' => array('default' => boolean_to_string($conf['newcat_default_visible'])),
|
||||
'status' => array('default' => $conf['newcat_default_status']),
|
||||
'commentable' => array('default' => 'true'),
|
||||
),
|
||||
'administration method only'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user