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

Can we reference external canvases in Manifest's items? #2338

Closed
azaroth42 opened this issue Mar 19, 2025 · 1 comment
Closed

Can we reference external canvases in Manifest's items? #2338

azaroth42 opened this issue Mar 19, 2025 · 1 comment

Comments

@azaroth42
Copy link
Member

azaroth42 commented Mar 19, 2025

eg

{
"type": "Manifest",
"items":
  [
   {"id": "somewhere/else/canvas/26",
   "type": "Canvas",
   "partOf": {
       "id": "somewhere/else/manifest/1",
       "type": "Manifest"
    }
  }
 ]
}

Then we can not do it in Ranges, and the range refers to the local reference in items, closing #2300

@azaroth42
Copy link
Member Author

No. We get the functionality via ranges which is already a step up in complexity from the simplest single canvas manifest. Simple things simple, allow ramping up, complex thing is possible in Ranges.

Closing won't fix.

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

No branches or pull requests

1 participant