Add author attribution to Site Studio canvas#2166
Merged
Merged
Conversation
Adds the author block to extensions/site-studio/canvas.json so the canvas gallery shows attribution (by @ayangupt), matching other extensions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds missing author attribution metadata to the Site Studio canvas extension so the Canvas Extensions gallery can render “by …” consistently with other extensions in extensions/*/canvas.json.
Changes:
- Add an
"author"object (name + GitHub URL) toextensions/site-studio/canvas.json.
Show a summary per file
| File | Description |
|---|---|
| extensions/site-studio/canvas.json | Adds author metadata (name + URL) consistent with other canvas extension manifests. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Low
aaronpowell
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small follow-up to #2117 (now merged). Adds the
authorblock toextensions/site-studio/canvas.jsonso the Canvas Extensions gallery renders attribution ("by @ayangupt"), matching the other extensions (e.g. accessibility-kanban, where-was-i). Metadata-only; no code change.