-
Notifications
You must be signed in to change notification settings - Fork 52
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 apiVersion
of Recommended Content Block to version 3
#769
Comments
I'm not opposed to making this change but since this feature is deprecated (due to no longer being supported by Microsoft) I'd recommend we don't spend much time on this. If all we need to due is bump the |
The issue we are running into is that if any block, regardless of whether it is in use or not, has an |
Hmm.. interesting, that's fun. I imagine though it's only an issue if the block is actually registered and available to select from, correct? If so, that's only the case here if the Recommended Content Feature is turned on which I don't have numbers on that but I imagine it's a fairly small amount of people that actually set this up before it was deprecated. But again, not opposed to bumping that version, I just know in testing in another plugin, that version bump broke the block and I'm concerned that may be the case here as well, which would require more effort on a feature that we aren't currently supporting. |
Ahhh okay yeah if this is behind a feature flag without a lot of use this is not as big a concern :) |
The recommended content block currently uses
apiVerson: 2
. In order to not prevent adoption of the iFramed post editor this should get updated toapiVersion: 3
.classifai/includes/Classifai/Blocks/recommended-content-block/block.json
Line 3 in 926b365
The text was updated successfully, but these errors were encountered: