We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "$schema": "https://raw.githubusercontent.com/qgis-deployment/qgis-deployment-toolbelt-cli/main/docs/schemas/profile/qgis_profile.json", "name": "name", "folder_name": "folder_name", "description": "My desc", "email": "[email protected]", "icon": "images/icon_shortcut.ico", "splash": "images/splash.png", "qgisMinimumVersion": "3.34.1", "qgisMaximumVersion": "3.99.99", "version": "0.1.0", "plugins": [ { "name": "Layers menu from project", "folder_name": "menu_from_project", "official_repository": true, "plugin_id": "43", "version": "2.2.1" } ] }
Plugin_id should be an int instead of string to comply with https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/blob/c4245b1abe0d62977b295f2fa77ba8db8499a270/docs/schemas/profile/qgis_plugin.json#L24-L26
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Plugin_id should be an int instead of string to comply with
https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/blob/c4245b1abe0d62977b295f2fa77ba8db8499a270/docs/schemas/profile/qgis_plugin.json#L24-L26
The text was updated successfully, but these errors were encountered: