@wordpress/e2e-tests
Version:
Test plugins and mu-plugins for E2E tests in WordPress.
17 lines (16 loc) • 419 B
JSON
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "test/iframed-inline-styles",
"title": "Iframed Inline Styles",
"category": "text",
"icon": "smiley",
"description": "",
"supports": {
"html": false
},
"textdomain": "iframed-inline-styles",
"editorScript": "iframed-inline-styles-editor-script",
"editorStyle": "file:./editor.css",
"style": "iframed-inline-styles-style"
}