Update schema
Reviewed By: mweststrate Differential Revision: D34169727 fbshipit-source-id: 4df1eeb17ff3894e60b7b857a571524dba7de085
This commit is contained in:
committed by
Facebook GitHub Bot
parent
04eab80c98
commit
47dd675dc8
@@ -20,6 +20,15 @@
|
||||
"filePathExists": true,
|
||||
"description": "Points to the source entry point which will be used for the plugin code bundling. \"flipper-pkg\" takes the path specified in this property as source, transpiles and bundles it, and saves the output to the path specified in property \"main\"."
|
||||
},
|
||||
"serverAddOn": {
|
||||
"type": "string",
|
||||
"description": "Path to the bundled and ready-to-execute code of the server add-on."
|
||||
},
|
||||
"flipperBundlerEntryServerAddOn": {
|
||||
"type": "string",
|
||||
"filePathExists": true,
|
||||
"description": "Points to the source entry point which will be used for the server add-on code bundling. \"flipper-pkg\" takes the path specified in this property as source, transpiles and bundles it, and saves the output to the path specified in property \"serverAddOn\"."
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"description": "Shown in the Flipper main sidebar as the human-readable name of the plugin. If omitted, \"id\" is used instead."
|
||||
|
||||
Reference in New Issue
Block a user