mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-31 01:48:35 +08:00
Added custom banner url
This commit is contained in:
@@ -18,6 +18,12 @@ export class Upload2Notion {
|
||||
parent: {
|
||||
database_id: this.app.settings.databaseID
|
||||
},
|
||||
cover: {
|
||||
type: "external",
|
||||
external: {
|
||||
url: this.app.settings.bannerUrl
|
||||
}
|
||||
},
|
||||
properties: {
|
||||
Name: {
|
||||
title: [
|
||||
|
||||
Reference in New Issue
Block a user