mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-16 15:15:45 +03:00
Performance: Only load dashicons when the pledge teams block is rendered
This commit is contained in:
parent
f8ad87c5aa
commit
dab5cc0c2d
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,6 @@
|
|||
},
|
||||
"usesContext": [ "postId", "postType" ],
|
||||
"editorScript": "file:./index.js",
|
||||
"style": "file:./style-index.css",
|
||||
"style": [ "dashicons", "file:./style-index.css" ],
|
||||
"render": "file:./render.php"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue