Commit 39ccf152 by carl bergquist

Merge branch 'addshore-graphiteSortByNameNatural'

parents 3693473f 12889a95
...@@ -279,7 +279,9 @@ function (_, $) { ...@@ -279,7 +279,9 @@ function (_, $) {
addFuncDef({ addFuncDef({
name: 'sortByName', name: 'sortByName',
category: categories.Special category: categories.Special,
params: [{ name: "natural", type: "select", options: ["true", "false"], optional: true }],
defaultParams: ["false"]
}); });
addFuncDef({ 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