Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Detecting Blueprint Files in Plugin ZIPs #378

@namithj

Description

@namithj

This is related to aspirepress/AspireExplorer#98

Right now plugin authors can add a blueprint.json file in an assets folder in the root of the plugin to specify playground related configurations.

For this to be loadable on a playground instance this json file needs to be publicly accessible and we also need a mechanism to check for the existence of this file without having to unzip the package each time.

A possible solution is to add a link to the json file from the source where the package is zipped so that we can check for it and trigger a playground instance, we can also host the file somewhere but there might be links to images etc from the assets folder making this difficult.

Need to figure out a solution to tackle this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions