Skip to content

Commit 2169e7b

Browse files
committed
remove json
1 parent 9fa8a84 commit 2169e7b

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

packages/web-deploy/json/features/2.4.inline-csv-data.idoc.json

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -38,44 +38,6 @@
3838
}
3939
],
4040
"groups": [
41-
{
42-
"groupId": "inline_json",
43-
"elements": [
44-
"## Inline JSON Value",
45-
"You can provide JSON data directly as a code block within the document using the **json plugin** with a `variableId` parameter. This is useful for structured data or when you want to include complex data objects.",
46-
"",
47-
{
48-
"type": "json",
49-
"variableId": "inventory",
50-
"content": [
51-
{
52-
"item": "Keyboard",
53-
"price": 79.99,
54-
"inStock": true
55-
},
56-
{
57-
"item": "Mouse",
58-
"price": 29.99,
59-
"inStock": true
60-
},
61-
{
62-
"item": "Monitor",
63-
"price": 299.99,
64-
"inStock": false
65-
}
66-
]
67-
},
68-
{
69-
"type": "tabulator",
70-
"dataSourceName": "inventory",
71-
"tabulatorOptions": {
72-
"autoColumns": true,
73-
"layout": "fitColumns",
74-
"maxHeight": "150px"
75-
}
76-
}
77-
]
78-
},
7941
{
8042
"groupId": "inline_csv",
8143
"elements": [

0 commit comments

Comments
 (0)