We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a46ced commit 740239eCopy full SHA for 740239e
res/schemas/beet_pipeline.json
@@ -89,6 +89,18 @@
89
"title": "Storage for during the build process. Also contains plugin config",
90
"type": "object",
91
"properties": {
92
+ "generate_format": {
93
+ "title": "Default location of generated files",
94
+ "type": "string"
95
+ },
96
+ "generate_namespace": {
97
+ "title": "Default namespace of generated files",
98
99
100
+ "generate_prefix": {
101
+ "title": "Default prefix of generated files",
102
103
104
"function_header": {
105
"title": "Plugin that adds a header to functions automatically",
106
"$ref": "contrib/function_header.json"
@@ -156,4 +168,4 @@
156
168
}
157
169
158
170
159
-}
171
+}
0 commit comments