Skip to content

Commit 56bd6a2

Browse files
authored
docs: multi-column as pro package (#1669)
1 parent 37051a2 commit 56bd6a2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

examples/01-basic/03-multi-column/.bnexample.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"tags": ["Basic", "Blocks"],
66
"dependencies": {
77
"@blocknote/xl-multi-column": "latest"
8-
}
8+
},
9+
"pro": true
910
}

examples/05-interoperability/05-converting-blocks-to-pdf/.bnexample.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"playground": true,
33
"docs": true,
44
"author": "yousefed",
5-
"tags": [""],
5+
"tags": ["Interoperability"],
66
"dependencies": {
77
"@blocknote/xl-pdf-exporter": "latest",
88
"@react-pdf/renderer": "^4.3.0"

playground/src/examples.gen.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
],
5757
"dependencies": {
5858
"@blocknote/xl-multi-column": "latest"
59-
} as any
59+
} as any,
60+
"pro": true
6061
},
6162
"title": "Multi-Column Blocks",
6263
"group": {
@@ -959,7 +960,7 @@
959960
"docs": true,
960961
"author": "yousefed",
961962
"tags": [
962-
""
963+
"Interoperability"
963964
],
964965
"dependencies": {
965966
"@blocknote/xl-pdf-exporter": "latest",

0 commit comments

Comments
 (0)