Skip to content

Commit 07e55f2

Browse files
committed
param
1 parent 212873c commit 07e55f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SemanticFormsSelect.api.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ public function getAllowedParams() {
3131
'query' => array(
3232
ApiBase::PARAM_TYPE => 'string',
3333
ApiBase::PARAM_REQUIRED => true
34+
),
35+
'sep' => array(
36+
ApiBase::PARAM_TYPE => 'string',
37+
ApiBase::PARAM_REQUIRED => false
3438
)
3539
);
3640
}

0 commit comments

Comments
 (0)