We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99fc9d commit 7d35362Copy full SHA for 7d35362
components/google_docs/actions/get-document/get-document.mjs
@@ -18,6 +18,7 @@ export default {
18
type: "boolean",
19
label: "Include Tabs Content",
20
description: "Whether to populate the `Document.tabs` field instead of the text content fields like `body` and `documentStyle` on `Document`",
21
+ optional: true,
22
default: false,
23
},
24
0 commit comments