{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "embedquiz/embedquiz-wordpress-block",
  "version": "1.0.0",
  "title": "EmbedQuiz",
  "category": "embed",
  "icon": "smiley",
  "description": "Add quizzes to your website from EmbedQuiz.com!",
  "keywords": [
    "embedquiz",
    "quiz",
    "quiz maker",
    "lead magnet",
    "lead generation",
    "email subscription",
    "mail subscription",
    "newsletter subscription",
    "form",
    "subscription"
  ],
  "supports": {
    "html": false
  },
  "textdomain": "embedquiz-wordpress-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "embed_code": {
      "type": "string",
      "default": ""
    },
    "quiz_id": {
      "type": "string",
      "default": ""
    },
    "quiz_name": {
      "type": "string",
      "default": ""
    },
    "quiz_url": {
      "type": "string",
      "default": ""
    },
    "align": {
      "type": "string",
      "default": "center"
    }
  }
}