HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/bwcsports-site/wp-content/plugins/quiz-master-next/blocks/src/question/block.json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "qsm/quiz-question",
	"version": "0.1.0",
	"title": "Question",
	"category": "widgets",
	"parent": [ "qsm/quiz-page" ],
	"icon": "move",
	"description": "QSM Quiz Question",
	"attributes": {
		"isChanged":{
			"type": "string",
			"default": false
		},
		"questionID": {
			"type": "string",
			"default": "0"
		},
		"type": {
			"type": "string",
			"default": "0"
		},
		"description": {
			"type": "string",
			"source": "html",
			"selector": "p",
			"default": ""
		},
		"title": {
			"type": "string",
			"default": ""
		},
		"correctAnswerInfo": {
			"type": "string",
			"source": "html",
			"selector": "p",
			"default": ""
		},
		"commentBox": {
			"type": "string",
			"default": "1"
		},
		"category": {
			"type": "number"
		},
		"multicategories": {
			"type": "array"
		},
		"hint": {
			"type": "string"
		},
		"featureImageID": {
			"type": "number"
		},
		"featureImageSrc": {
			"type": "string"
		},
		"answers": {
			"type": "array"
		},
		"answerEditor": {
			"type": "string",
			"default": "text"
		},
		"matchAnswer": {
			"type": "string",
			"default": "random"
		},
		"required": {
			"type": "string",
			"default": "0"
		},
		"media": {
			"type": "object"
		},
		"settings": {
			"type": "object"
		}
	},
	"usesContext": [ "quiz-master-next/quizID", "quiz-master-next/pageID", "quiz-master-next/quizAttr" ],
	"providesContext": {
		"quiz-master-next/questionID": "questionID",
		"quiz-master-next/questionType":"type",
		"quiz-master-next/answerType":"answerEditor",
		"quiz-master-next/questionChanged":"isChanged"
	},
	"example": {},
	"supports": {
		"html": false,
		"anchor": true,
		"className": true,
		"interactivity": {
			"clientNavigation": true
		}
	},
	"textdomain": "main-block",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}