File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
components/notion/sources/updated-page Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ export default {
1919 "databaseId" ,
2020 ] ,
2121 } ,
22+ includeNewPages : {
23+ type : "boolean" ,
24+ label : "Include New Pages" ,
25+ description : "Set to `true` to emit events when pages are created. Set to `false` to ignore new pages." ,
26+ default : true ,
27+ } ,
2228 properties : {
2329 propDefinition : [
2430 notion ,
@@ -31,12 +37,6 @@ export default {
3137 description : "Only emit events when one or more of the selected properties have changed" ,
3238 optional : true ,
3339 } ,
34- includeNewPages : {
35- type : "boolean" ,
36- label : "Include New Pages" ,
37- description : "Set to `true` to emit events when pages are created. Set to `false` to ignore new pages." ,
38- default : true ,
39- } ,
4040 } ,
4141 hooks : {
4242 async deploy ( ) {
You can’t perform that action at this time.
0 commit comments