first commit
This commit is contained in:
24
wp-includes/blocks/math/block.json
Normal file
24
wp-includes/blocks/math/block.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "core/math",
|
||||
"title": "Math",
|
||||
"category": "text",
|
||||
"description": "Display mathematical notation using LaTeX.",
|
||||
"keywords": [ "equation", "formula", "latex", "mathematics" ],
|
||||
"textdomain": "default",
|
||||
"supports": {
|
||||
"html": false
|
||||
},
|
||||
"attributes": {
|
||||
"latex": {
|
||||
"type": "string",
|
||||
"role": "content"
|
||||
},
|
||||
"mathML": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "math"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user