Commit 7a399acc authored by 吕祺's avatar 吕祺 ⛹🏽

change video

parent 01481c15
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
// This is used to populate the custom widget in the markdown editor in the CMS. // This is used to populate the custom widget in the markdown editor in the CMS.
fromBlock: function(match) { fromBlock: function(match) {
return { return {
poster: match[1], poster: match[2],
urls: match[2] urls: match[1]
}; };
}, },
// Given an object with one property for each field defined in `fields`, // Given an object with one property for each field defined in `fields`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment