Changes between Initial Version and Version 2 of Ticket #61346
- Timestamp:
- 06/03/2024 05:43:10 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61346 – Description
initial v2 1 1 Tablet and Mobile view in the Block editor are iframes and Dashicons are not available inside, even if most of the scripts and styles are present. 2 2 3 {{{ 4 "editorStyle": ["file:./index.css", "dashicons"], 5 }}} 6 Attempt to add dashicons as dependency into block.json has no effect. 7 3 8 Most likely I need to use other icons instead of inbuilt ones for my purpose, but they covered most of my needs until this point quite well.