Replies: 1 comment 3 replies
-
|
Two additional ideas:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Packages parameters are defined with an ID and a default value. A nice addition would be some text description.
Currently:
My idealized output:
--
In
package.jsonthis could be done like so:{ "parameters": [ { "name": "facebookAutoInitEnabled", "defaultValue": "true", "description": "Tell the Facebook SDK not to initialize automatically\nSee https://docs.airnativeextensions.com/docs/facebookapi/core/initialise-the-extension" } ] }Beta Was this translation helpful? Give feedback.
All reactions