Files
ROC/modules/custom_block/site/config/custom_block.json.example

12 lines
163 B
JSON

{
"blocks": {
"test": {
"title": "Custom block test",
"is_raw": "yes",
"region": "footer",
"weight": 100,
"conditions": ["path:demo/*"]
}
}
}