Added support for CMS_BLOCK.is_raw in custom block module.

This commit is contained in:
2016-02-19 00:53:47 +01:00
parent f80268c1ac
commit 0c7d8af9d7
2 changed files with 10 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
"blocks": {
"test": {
"title": "Custom block test",
"is_raw": "yes",
"region": "footer",
"weight": 100,
"conditions": ["path:demo/*"]