+
+
+ Notion integration settings
+
+
+
+ {notion && (
+
+
+ label="Notion Page Id"
+ name="parentPageId"
+ rules={[
+ {
+ required: true,
+ message: 'Please input your Notion Page Id!',
+ },
+ ]}
+ >
+
+
+
+
+ label="Notion Database Id"
+ name="parentDatabaseId"
+ hidden
+ >
+
+
+
+
+ label="Automatic Sync"
+ name="autoSync"
+ valuePropName="checked"
+ >
+
+
+
+
+ label="Properties to Export"
+ name="properties"
+ >
+
+ Highlights
+ Labels
+ Notes
+
+
+
+
+
+
+
+
+
+
+
+ )}
+
+