{ "apiVersion": 2, "name": "tests/notice", "title": "Notice", "category": "common", "parent": [ "tests/group" ], "ancestor": [ "tests/section" ], "providesContext": { "tests/message": "message" }, "usesContext": [ "groupId" ], "icon": "star", "description": "Shows warning, error or success notices…", "keywords": [ "alert", "message" ], "textdomain": "notice", "attributes": { "message": { "type": "string" } }, "supports": { "align": true, "lightBlockWrapper": true }, "styles": [ { "name": "default", "label": "Default", "isDefault": true }, { "name": "other", "label": "Other" } ], "variations": [ { "name": "error", "title": "Error", "description": "Shows error.", "keywords": [ "failure" ] } ], "example": { "attributes": { "message": "This is a notice!" } }, "editorScript": "tests-notice-editor-script", "script": "tests-notice-script", "viewScript": [ "tests-notice-view-script", "tests-notice-view-script-2" ], "editorStyle": "tests-notice-editor-style", "style": [ "tests-notice-style", "tests-notice-style-2" ], "render": "file:./render.php" }