PHP Classes

File: vendor/wp-phpunit/wp-phpunit/data/blocks/notice/block.json

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   vendor/wp-phpunit/wp-phpunit/data/blocks/notice/block.json   Download  
File: vendor/wp-phpunit/wp-phpunit/data/blocks/notice/block.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Download Installed Plugin
Download a WordPress plugin as a ZIP archive
Author: By
Last change:
Date: Yesterday
Size: 1,076 bytes
 

Contents

Class file image Download
{ "apiVersion": 2, "name": "tests/notice", "title": "Notice", "category": "common", "parent": [ "core/group" ], "providesContext": { "tests/message": "message" }, "usesContext": [ "groupId" ], "icon": "star", "description": "Shows warning, error or success notices?", "keywords": [ "alert", "message" ], "textdomain": "notice", "attributes": { "message": { "type": "string", "source": "html", "selector": ".message" } }, "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", "editorStyle": "tests-notice-editor-style", "style": "tests-notice-style" }