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
Over in #1046, we changed to filtering the fields automatically based on the schema. However, as it turns out, this breaks embedding, which uses context=embed.
Over in #1046, we changed to filtering the fields automatically based on the schema. However, as it turns out, this breaks embedding, which uses
context=embed.Should we just use
context=viewinstead?