Files
ROC/examples/demo/site/modules/custom_block/config/custom_block.json

11 lines
143 B
JSON

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