{
  "example-card/filePath": {
    "type": "string",
    "description": "Relative from the `src` folder."
  },
  "example-card/stripJSDocDescription": {
    "type": "boolean",
    "description": "When `true` the JSDoc above the default export will be stripped from displayed source code in the script tab."
  },
  "example-card/iframe": {
    "type": "string",
    "description": "If you want to host the actual example that's being rendered somewhere else and render it via iframe instead -- to be able to isolate all CSS -- you can do this by passing the iframe URL."
  },
  "example-card/iframeHeight": {
    "type": "string",
    "description": "The height you want to pass to the iframe. If pixels it must include 'px'."
  },
  "example-section/filePath": {
    "type": "string",
    "description": "Relative from the `src` folder."
  },
  "example-section/title": {
    "type": "string",
    "description": "By default the filename is shown as title above the example. Can be overwritten with the title prop."
  },
  "example-section/hideTitle": {
    "type": "boolean",
    "description": "By default a title is shown above the example. Can be hidden with hideTitle."
  },
  "example-section/iframe": {
    "type": "string",
    "description": "If you want to host the actual example that's being rendered somewhere else and render it via iframe instead -- to be able to isolate all CSS -- you can do this by passing the iframe URL."
  },
  "example-section/iframeHeight": {
    "type": "string",
    "description": "The height you want to pass to the iframe. If pixels it must include 'px'."
  }
}