-
Notifications
You must be signed in to change notification settings - Fork 378
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
update app to read/write $kind instead of $type #2301
Comments
Will a global replacement work? I guess so |
@yeze322 maybe to start, but I want to be more intentional about it to make sure we don't miss anything. I assigned you in hopes that you can take ownership of the visual editor changes. I am trying to wrap up the form work and then I can work on this so if you get started, just open a draft PR and I can commit directly to that. |
@a-b-r-o-w-n okay |
visual editor changes ready in #2333 @a-b-r-o-w-n |
addressed via #2333 |
In 4.8, the SDK has begun deprecating the
$type
in favor of$kind
. Our app currently only knows about$type
. We need to read & write$kind
instead.The text was updated successfully, but these errors were encountered: