Skip to content
New issue

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

Wrong type for plugin id in qdt export #36

Open
nicogodet opened this issue Dec 13, 2024 · 0 comments
Open

Wrong type for plugin id in qdt export #36

nicogodet opened this issue Dec 13, 2024 · 0 comments

Comments

@nicogodet
Copy link

{
    "$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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant