You have invalid JSON, it should be:
{
"name": "CTA Blocks",
"max_blocks": 3,
"settings": [{
"id": "text-box",
"type": "text",
"label": "Heading",
"default": "Title"
}],
"blocks": [{
"name": "Add Image with Text",
"settings": [{
"id": "image",
"type": "image_picker",
"label": "Image"
},
{
"id": "link",
"type": "url",
"label": "Image link"
},
{
"name": "Text Box",
"settings": [{
"id": "text-box-title",
"type": "text",
"label": "Heading",
"default": "Title"
},
{
"id": "text-box-content",
"type": "richtext",
"label": "Add custom text below",
"default": "<p>Add your text here</p>"
}
]
}
],
"presets": [{
"name": "Call to Action Blocks",
"category": "CTA button",
"blocks": [{
"type": "select"
},
{
"type": "select"
}
]
}]
}]
}
This is a good tool to check your JSON:
https://jsonlint.com/
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…