Skip to content

Conversation

GermanBluefox
Copy link
Contributor

To now when the iframe is loaded in admin, the children page could send a post message to the parent. To know that a admin should wait for iobLoaded event, this new flag is required.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds TypeScript type support for a new supportsLoadingMessage flag in the io-package.json schema. The flag indicates whether an adapter's admin page sends an 'iobLoaded' event when the iframe content is fully loaded, allowing the admin interface to wait for this event before proceeding.

Key Changes

  • Added new boolean property supportsLoadingMessage to the io-package.json schema
  • Updated changelog to document the new typing support

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
schemas/io-package.json Adds the new supportsLoadingMessage boolean property with description
CHANGELOG.md Documents the addition of typing for the new property

GermanBluefox and others added 2 commits September 6, 2025 17:46
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@GermanBluefox
Copy link
Contributor Author

@copilot fix the linter error

@GermanBluefox GermanBluefox merged commit 3daa853 into master Sep 6, 2025
18 checks passed
@GermanBluefox GermanBluefox deleted the supports-load-message branch September 6, 2025 18:24
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

Successfully merging this pull request may close these issues.

3 participants