@ashdev/codex-plugin-sdk 1.36.0 → 1.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/manifest.d.ts +4 -4
- package/package.json +1 -1
package/dist/types/manifest.d.ts
CHANGED
|
@@ -97,10 +97,10 @@ export interface PluginCapabilities {
|
|
|
97
97
|
*
|
|
98
98
|
* When `true`, the host attaches series tags/genres, a bibliographic metadata
|
|
99
99
|
* block (summary, authors, publisher, age rating, language, reading
|
|
100
|
-
* direction), and/or
|
|
101
|
-
* `_codex.send*`
|
|
102
|
-
* declare it, so plugins that don't are
|
|
103
|
-
* recommendation plugins.
|
|
100
|
+
* direction), and/or the library's custom metadata, per the admin's
|
|
101
|
+
* `_codex.send*` / `_codex.allowCustomMetadata` policy. The host only
|
|
102
|
+
* assembles this for plugins that declare it, so plugins that don't are
|
|
103
|
+
* unaffected. Applies to sync and recommendation plugins.
|
|
104
104
|
*/
|
|
105
105
|
wantsFullMetadata?: boolean;
|
|
106
106
|
/**
|