@wordpress/e2e-tests
Version:
Test plugins and mu-plugins for E2E tests in WordPress.
21 lines (20 loc) • 525 B
JSON
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "test/iframed-multiple-stylesheets",
"title": "Iframed Multiple Stylesheets",
"category": "text",
"icon": "smiley",
"description": "",
"supports": {
"html": false
},
"textdomain": "iframed-multiple-stylesheets",
"editorScript": "iframed-multiple-stylesheets-editor-script",
"editorStyle": "file:./editor.css",
"style": [
"iframed-multiple-stylesheets-style",
"iframed-multiple-stylesheets-style2",
"file:./style3.css"
]
}