{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "doubles-rotation-tournament/log-link",
  "version": "0.1.0",
  "title": "Log link to the tournament",
  "category": "embed",
  "icon": "smiley",
  "description": "Log in or log out of the Tournament",
  "textdomain": "doubles-rotation-tournament",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "doroto_log_in_render_dynamic_block",
  "attributes": {
    "tournamentId": {
      "type": "number",
      "default": 0
    },
    "tournamentName": {
      "type": "string",
      "default": ""
    },
    "hideInvitation": {
      "type": "boolean",
      "default": false
    },
    "hideTournamentName": {
      "type": "boolean",
      "default": false
    },
    "hidePlayerCount": {
      "type": "boolean",
      "default": false
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "textColor": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "color": {
      "background": true,
      "text": true
    },
    "html": false,
    "typography": {
      "fontSize": true
    }
  }
}