mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 06:35:02 +00:00
feat: unpublish
This commit is contained in:
5
deps/db/src/logseq/db/frontend/property.cljs
vendored
5
deps/db/src/logseq/db/frontend/property.cljs
vendored
@@ -389,6 +389,11 @@
|
||||
:hide? true
|
||||
:view-context :page
|
||||
:public? true}}
|
||||
:logseq.property.publish/published-url {:title "Published URL"
|
||||
:schema
|
||||
{:type :string
|
||||
:view-context :page
|
||||
:public? true}}
|
||||
:logseq.property/exclude-from-graph-view {:title "Excluded from Graph view?"
|
||||
:schema
|
||||
{:type :checkbox
|
||||
|
||||
2
deps/db/src/logseq/db/frontend/schema.cljs
vendored
2
deps/db/src/logseq/db/frontend/schema.cljs
vendored
@@ -37,7 +37,7 @@
|
||||
(map (juxt :major :minor)
|
||||
[(parse-schema-version x) (parse-schema-version y)])))
|
||||
|
||||
(def version (parse-schema-version "65.16"))
|
||||
(def version (parse-schema-version "65.17"))
|
||||
|
||||
(defn major-version
|
||||
"Return a number.
|
||||
|
||||
2
deps/publish/src/logseq/publish/common.cljs
vendored
2
deps/publish/src/logseq/publish/common.cljs
vendored
@@ -26,7 +26,7 @@
|
||||
(defn cors-headers
|
||||
[]
|
||||
#js {"access-control-allow-origin" "*"
|
||||
"access-control-allow-methods" "GET,POST,OPTIONS"
|
||||
"access-control-allow-methods" "GET,POST,DELETE,OPTIONS"
|
||||
"access-control-allow-headers" "content-type,authorization,x-publish-meta,x-asset-meta,if-none-match"
|
||||
"access-control-expose-headers" "etag"})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user