{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "strategiq/event-content",
"title": "Event Content",
"description": "Example block to display single event content",
"category": "strategiq",
"icon": "strategiq",
"acf": {
"mode": "preview",
"renderTemplate": "block-event-content.php"
},
"supports": {
"anchor": true,
"align": false,
"spacing": {
"padding": [
"top",
"bottom"
],
"margin": [
"top",
"bottom"
]
}
},
"example": {
"attributes": {
"mode": "preview",
"data": {
"heading_type": "h2",
"heading_text": "Event Content",
"content": "This is some example content to represent what the content will look like"
}
}
},
"style": ["file:../../assets/css/event-content/block-event-content.css"]
}
This component is not currently used on any pages.