You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, non-text-only legacy posts can't be tagged using Quick Tags.
This should be fixable by implementing an alternative API call using the mass post editor endpoint if the post has isBlocksPostFormat: false. (This isn't technically ideal, I believe; text-only legacy posts will have this flag but can be edited using the regular NPF edit endpoints. But both endpoints should do the same thing as far as I know, right? So it shouldn't matter.)
The text was updated successfully, but these errors were encountered:
Concept
Right now, non-text-only legacy posts can't be tagged using Quick Tags.
This should be fixable by implementing an alternative API call using the mass post editor endpoint if the post has
isBlocksPostFormat: false
. (This isn't technically ideal, I believe; text-only legacy posts will have this flag but can be edited using the regular NPF edit endpoints. But both endpoints should do the same thing as far as I know, right? So it shouldn't matter.)The text was updated successfully, but these errors were encountered: