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
Not sure if this already exist.
I wish scheduledPublishing() would take parameters similar to
scheduledPublishing({
query: *[_type in ['story']] ' ,
apiVersion: '2023-08-01', // optional, default shown
}),
so I could have different Tool tab for different filters of documents. In my use-case I have different workspaces that have different set of documents and are visible to different sets of people. The "editors" (privileged) users can see multiple workspaces. the Schedule Tool tab in different workspaces show all scheduled items instead of the ones related to that specific workspace.
The text was updated successfully, but these errors were encountered:
Not sure if this already exist.
I wish scheduledPublishing() would take parameters similar to
scheduledPublishing({
query:
*[_type in ['story']] '
,apiVersion: '2023-08-01', // optional, default shown
}),
so I could have different Tool tab for different filters of documents. In my use-case I have different workspaces that have different set of documents and are visible to different sets of people. The "editors" (privileged) users can see multiple workspaces. the Schedule Tool tab in different workspaces show all scheduled items instead of the ones related to that specific workspace.
The text was updated successfully, but these errors were encountered: