braindrops.nicwands.com/app/public/drops/testing/meta.json
2026-07-17 13:52:32 -04:00

55 lines
No EOL
994 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-16",
"tags": [
"tag1",
"tag2",
"tag3"
],
"links": [
{
"label": "Source Code",
"url": "https://github.com/username/repo"
}
],
"notes": "Any additional notes or thoughts about this drop"
}