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
Copy file name to clipboardExpand all lines: components/notion/sources/updated-page/updated-page.mjs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ export default {
35
35
includeNewPages: {
36
36
type: "boolean",
37
37
label: "Include New Pages",
38
-
description: "Emit events when pages are created or updated. Set to `true` to include newly created pages. Set to `false` to only emit updated pages. Defaults to `false`.",
39
-
default: false,
38
+
description: "Set to `true` to emit events when pages are created. Set to `false` to ignore new pages.",
0 commit comments