Update 02.10.2020

This commit is contained in:
Denys Konovalov 2020-10-02 15:47:54 +02:00
parent 88ec42c717
commit d0f5da7997

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