The module cms-pluginblock provides several built-in blocks

audio

Block audio is used to insert a piece of music

1. Markdown Code

$$$ cms-pluginblock:blockAudio
{
  "audio": {
    "name": "Roses and Gold",
    "url": "https://zhennann.cabloy.com/api/a/file/file/download/0d0990d0f68e495c98857252521032a4.mp3",
    "artist": "Robin Jackson",
    "cover": "https://zhennann.cabloy.com/api/a/file/file/download/52e763b10a3a4b2e9567be64e10c5a18.jpg"
  },
  "autoplay": false,
  "loop": true
}
$$$

2. Markdown Rendering Effect

iframe

Block iframe is used to insert a sub html page, for example, a map can be inserted to locate the location of the enterprise

1. Markdown Code

$$$ cms-pluginblock:blockIFrame
{
  url: 'https://www.google.com/maps/embed/v1/place?key=AIzaSyBCbUZgeyooVS8zU0PqrAwdUY057SFMf7k&q=zhengzhou',
  width: '',
  height: '',
}
$$$

2. Markdown Rendering Effect