Skip to content

@emdash-cms/sandbox-workerd@0.2.0

Choose a tag to compare

@emdashbot emdashbot released this 10 Jul 16:33
baf4d83

Minor Changes

  • #1719 7c5de08 Thanks @swissky! - Adds a taxonomies:read plugin capability with read-only taxonomy access: plugins that declare it get ctx.taxonomies to list taxonomy definitions (getAll()), fetch the terms of a taxonomy (getTerms()), and read the terms assigned to a content entry (getEntryTerms()) — in-process and in both sandbox runners.

Patch Changes