Support BlockName config - allows to rename the block.

This commit is contained in:
2022-04-23 16:54:54 +03:00
parent 2a64defd56
commit 41daff5390
10 changed files with 109 additions and 25 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
module.exports = {
"mode": "production",
"cssUrl": "https://",
cssUrl: "https://",
blockName: "template",
}
+3 -2
View File
@@ -1,4 +1,5 @@
module.exports = {
"mode": "development",
"cssUrl": "https://",
mode: "development",
cssUrl: "https://",
blockName: "template",
}