Update 02.10.2020

This commit is contained in:
Denys Konovalov 2020-10-02 15:47:54 +02:00
parent 0d7d43ce23
commit 98ad250840

@ -20,7 +20,7 @@
widget: "string"
},
],
pattern: /{{< gallery dir="([a-zA-Z0-9]+)" >}}/,
pattern: /{{< gallery dir=([a-zA-Z0-9]+) />}}/,
fromBlock: function(match) {
return {
username: dir[1],