diff --git a/LESS.lrplugin/manifest.json b/LESS.lrplugin/manifest.json index e26a87d3..db451ac2 100644 --- a/LESS.lrplugin/manifest.json +++ b/LESS.lrplugin/manifest.json @@ -42,6 +42,23 @@ ], "NonImportedExts": [ "css" + ], + "Options": [ + { + "Id": "output-style", + "Type": "select", + "Items": [ + { + "Id": "normal", + "Title": "Normal Output" + }, + { + "Id": "compressed", + "Title": "Compressed Output", + "Argument": "-compress" + } + ] + } ] } ]