braindrops.nicwands.com/drops/testing/public/meta.json
2026-07-20 11:57:04 -04:00

56 lines
1,017 B
JSON

{
"name": "testing",
"title": "Testing",
"description": {
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "This is just a test drop to make sure everything is working correctly."
}
]
},
{
"type": "heading",
"attrs": {
"level": 1
},
"content": [
{
"type": "text",
"text": "Heading"
}
]
},
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "more text."
}
]
},
{
"type": "paragraph"
}
]
},
"date": "2026-07-17",
"tags": [
"tag1",
"tag2",
"tag3"
],
"links": [
{
"label": "Source Code",
"url": "https://github.com/username/repo"
}
],
"notes": "Any additional notes or thoughts about this drop",
"published": false
}