Commit 39ccf152 by carl bergquist

Merge branch 'addshore-graphiteSortByNameNatural'

parents 3693473f 12889a95
......@@ -279,7 +279,9 @@ function (_, $) {
addFuncDef({
name: 'sortByName',
category: categories.Special
category: categories.Special,
params: [{ name: "natural", type: "select", options: ["true", "false"], optional: true }],
defaultParams: ["false"]
});
addFuncDef({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment